Add single-second sleeps to work around setuptools bug.

This commit is contained in:
Jason Tibbitts 2016-05-12 13:28:05 -05:00
commit af37c22835
3 changed files with 9 additions and 4 deletions

View file

@ -8,7 +8,8 @@
%py3_shbang_opts -s
%py3_build() %{expand:\
CFLAGS="%{optflags}" %{__python3} %{py_setup} %{?py_setup_args} build --executable="%{__python3} %{py3_shbang_opts}" %{?1}\
CFLAGS="%{optflags}" %{__python3} %{py_setup} %{?py_setup_args} build --executable="%{__python3} %{py3_shbang_opts}" %{?1};\
sleep 1\
}
%py3_install() %{expand:\