Prepare spec for multiple flags in %py3_shebang_flags

See the relevant change of packaging guidelines:
https://pagure.io/packaging-committee/pull-request/1165

tl;dr If we ever add more flags, we want to remove s here, not all flags.
epel9
Miro Hrončok 3 years ago
parent cc6fb71c00
commit 97ce88bf7b

@ -14,7 +14,7 @@
# Unset -s on python shebang - ensure that extensions installed with pip
# to user locations are seen and properly loaded
# Fixes https://bugzilla.redhat.com/2057015
%global py3_shebang_flags %nil
%global py3_shebang_flags %(echo %py3_shebang_flags | sed s/s//)
Name: python-tox
Version: 3.24.5

Loading…
Cancel
Save