Fix python2_sitearch definition
This commit is contained in:
parent
52a1da3b1a
commit
6f141cf695
1 changed files with 1 additions and 1 deletions
|
|
@ -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$
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue