Drop hardcoded python2 from %py_build
This commit is contained in:
parent
dee3401a7e
commit
d4418433fa
2 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
%py_shbang_opts -s
|
||||
|
||||
%py_build() %{expand:\
|
||||
CFLAGS="%{optflags}" %{__python} %{py_setup} %{?py_setup_args} build --executable="%{__python2} %{py_shbang_opts}" %{?1}\
|
||||
CFLAGS="%{optflags}" %{__python} %{py_setup} %{?py_setup_args} build --executable="%{__python} %{py_shbang_opts}" %{?1}\
|
||||
}
|
||||
|
||||
%py_install() %{expand:\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue