blob: 5e723f0a9dd08af7830d9ec44d92666d37c14304 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|