%undefine _py3_shebang_s at the top of the file
This commit is contained in:
parent
46737d61f4
commit
e3860c8f67
@ -1,4 +1,6 @@
|
||||
%bcond_without tests
|
||||
# disable the python -s shbang flag as we want to be able to find non system modules
|
||||
%undefine _py3_shebang_s
|
||||
|
||||
Name: ansible-core
|
||||
Summary: A radically simple IT automation system
|
||||
@ -111,9 +113,6 @@ sed '/^mock$/d' test/lib/ansible_test/_data/requirements/units.txt > _requiremen
|
||||
|
||||
|
||||
%build
|
||||
# disable the python -s shbang flag as we want to be able to find non system modules
|
||||
%undefine _py3_shebang_s
|
||||
|
||||
%pyproject_wheel
|
||||
|
||||
# Build manpages
|
||||
|
Loading…
Reference in New Issue
Block a user