Drop hardcoded python2 from %py_build

This commit is contained in:
Miro Hrončok 2019-10-02 16:20:57 +02:00
commit d4418433fa
2 changed files with 2 additions and 1 deletions

View file

@ -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:\