Add single-second sleeps to work around setuptools bug.
This commit is contained in:
parent
c09d56c2fc
commit
af37c22835
3 changed files with 9 additions and 4 deletions
|
|
@ -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:\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue