index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-03-05 21:35:16 +0200 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-03-05 21:35:16 +0200 |
commit | 29b8c5755a5c57ddf7f6d74f64c363370834636a (patch) | |
tree | 85f0a12f82672e0df48607914acfbd49c943da9a /extra/python-jaraco.text/PKGBUILD | |
parent | d0751d75331a0a5e118f49d4dec324a26372701b (diff) |
-rw-r--r-- | extra/python-jaraco.text/PKGBUILD | 11 |
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// + ' |