From 679a07392f2a38ec3e5bd3c51d4514949dde6868 Mon Sep 17 00:00:00 2001 From: Tasos Sahanidis Date: Wed, 6 Mar 2024 00:40:15 +0200 Subject: extra/python-jaraco.envs: remove --no-isolation --- extra/python-jaraco.envs/PKGBUILD | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 extra/python-jaraco.envs/PKGBUILD (limited to 'extra/python-jaraco.envs') diff --git a/extra/python-jaraco.envs/PKGBUILD b/extra/python-jaraco.envs/PKGBUILD new file mode 100644 index 00000000..5e723f0a --- /dev/null +++ b/extra/python-jaraco.envs/PKGBUILD @@ -0,0 +1,14 @@ +# 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' + +eval "$( + declare -f build | \ + sed ' + s/--no-isolation// + ' +)" + +unset check -- cgit v1.2.3-54-g00ecf