index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-03-06 00:40:15 +0200 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-03-06 00:40:15 +0200 |
commit | 679a07392f2a38ec3e5bd3c51d4514949dde6868 (patch) | |
tree | 8f29e32e53624661a99b7ce0b4ea4be8b6777894 /extra | |
parent | 0f48c0a6b7a2ec762330c4c09acfcf15b545a634 (diff) |
-rw-r--r-- | extra/python-jaraco.envs/PKGBUILD | 14 |
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 |