Use get_python_lib() NOT get_python_lib(1) to build correctly
This commit is contained in:
parent
4db238aa0c
commit
c144fc737d
@ -1,4 +1,4 @@
|
||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
|
||||
Summary: Pure Python Expect-like module
|
||||
Name: pexpect
|
||||
|
Loading…
Reference in New Issue
Block a user