Use get_python_lib() NOT get_python_lib(1) to build correctly

This commit is contained in:
Robert Scheck 2007-08-31 09:38:32 +00:00
parent 4db238aa0c
commit c144fc737d

View File

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