blob: 7e34bb95dfa93070ae2592eabf6a5ed95f03641e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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//
'
)"
|