From 5eba09dce2be75c029b2b85de0e0eebe2cd44ee2 Mon Sep 17 00:00:00 2001 From: Robert Scheck Date: Fri, 31 Aug 2007 09:39:41 +0000 Subject: [PATCH] Use get_python_lib() NOT get_python_lib(1) to build correctly --- python-boto.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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