Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-03-05 21:35:16 +0200
committerTasos Sahanidis <tasos@tasossah.com>2024-03-05 21:35:16 +0200
commit29b8c5755a5c57ddf7f6d74f64c363370834636a (patch)
tree85f0a12f82672e0df48607914acfbd49c943da9a
parentd0751d75331a0a5e118f49d4dec324a26372701b (diff)
extra/python-jaraco.text: Temporarily remove --no-isolation
-rw-r--r--extra/python-jaraco.text/PKGBUILD11
1 files changed, 10 insertions, 1 deletions
diff --git a/extra/python-jaraco.text/PKGBUILD b/extra/python-jaraco.text/PKGBUILD
index 35b4cd67..27951b5b 100644
--- a/extra/python-jaraco.text/PKGBUILD
+++ b/extra/python-jaraco.text/PKGBUILD
@@ -1 +1,10 @@
-# Dummy PKGBUILD to get buildmaster to build this package
+# This works around
+#File "/usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py", line 284, in __setitem__
+# current_value = getattr(target_obj, option_name)
+# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+#AttributeError: 'MinimalDistribution' object has no attribute 'entry_points'
+
+declare -f build | \
+ sed '
+ s/--no-isolation//
+ '