Fix python2_sitearch definition
This commit is contained in:
parent
52a1da3b1a
commit
6f141cf695
@ -1,4 +1,4 @@
|
|||||||
%{!?python2_sitearch: %global python_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
%{!?python2_sitearch: %global python2_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||||
|
|
||||||
%global __provides_exclude_from ^%{python2_sitearch}/.*\\.so$
|
%global __provides_exclude_from ^%{python2_sitearch}/.*\\.so$
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user