From 29b8c5755a5c57ddf7f6d74f64c363370834636a Mon Sep 17 00:00:00 2001 From: Tasos Sahanidis Date: Tue, 5 Mar 2024 21:35:16 +0200 Subject: extra/python-jaraco.text: Temporarily remove --no-isolation --- extra/python-jaraco.text/PKGBUILD | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'extra') 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// + ' -- cgit v1.2.3-54-g00ecf