Fix python2_sitearch definition

This commit is contained in:
Orion Poplawski 2014-11-18 15:53:39 -07:00
parent 52a1da3b1a
commit 6f141cf695
1 changed files with 1 additions and 1 deletions

View File

@ -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$