From c144fc737d8490e55bc7b867c5053e650ab997be Mon Sep 17 00:00:00 2001 From: Robert Scheck Date: Fri, 31 Aug 2007 09:38:32 +0000 Subject: Use get_python_lib() NOT get_python_lib(1) to build correctly --- pexpect.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit