3.10.0 GA
This commit is contained in:
parent
52721583d1
commit
4d77409de0
@ -96,7 +96,7 @@
|
||||
%endif
|
||||
|
||||
# From https://fedoraproject.org/wiki/Packaging:Python#Macros
|
||||
%if ( 0%{?rhel} && 0%{?rhel} < 6 )
|
||||
%if ( 0%{?rhel} && 0%{?rhel} < 7 )
|
||||
%{!?python2_sitelib: %global python2_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
|
||||
%{!?python2_sitearch: %global python2_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user