summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Scheck <robert@fedoraproject.org>2007-08-31 09:38:32 +0000
committerRobert Scheck <robert@fedoraproject.org>2007-08-31 09:38:32 +0000
commitc144fc737d8490e55bc7b867c5053e650ab997be (patch)
treeb3b1f4c433a8a597bf8b6ab6a6901f5c9d19cfce
parent4db238aa0cbaf427c03db5b779a1d76c109a2e9a (diff)
downloadpython-pexpect-c144fc737d8490e55bc7b867c5053e650ab997be.tar.gz
python-pexpect-c144fc737d8490e55bc7b867c5053e650ab997be.tar.xz
python-pexpect-c144fc737d8490e55bc7b867c5053e650ab997be.zip
Use get_python_lib() NOT get_python_lib(1) to build correctly
-rw-r--r--pexpect.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/pexpect.spec b/pexpect.spec
index b897f72..57270f9 100644
--- a/pexpect.spec
+++ b/pexpect.spec
@@ -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