Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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//
+ '