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.
This commit is contained in:
parent
cc6fb71c00
commit
97ce88bf7b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue