[python26-boto/el5/master: 3/26] Use get_python_lib() NOT get_python_lib(1) to build correctly

gholms gholms at fedoraproject.org
Fri Mar 4 17:49:56 UTC 2011


commit 5eba09dce2be75c029b2b85de0e0eebe2cd44ee2
Author: Robert Scheck <robert at fedoraproject.org>
Date:   Fri Aug 31 09:39:41 2007 +0000

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

 python-boto.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/python-boto.spec b/python-boto.spec
index 0bda0c8..696ac8b 100644
--- a/python-boto.spec
+++ b/python-boto.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()")}
 %define pkgname boto
 
 Summary:	A simple lightweight interface to Amazon Web Services


More information about the scm-commits mailing list