Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/python-jaraco.text/PKGBUILD
blob: 27951b5ba5b3ba04994475b3d9067566941947a0 (plain)
1
2
3
4
5
6
7
8
9
10
# 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//
  '