From e16e87fb5baa0e115f1b53fbd7ccc4230c9a3639 Mon Sep 17 00:00:00 2001 From: Robert Scheck Date: Aug 31 2007 09:39:32 +0000 Subject: Use get_python_lib() NOT get_python_lib(1) to build correctly --- diff --git a/python-boto.spec b/python-boto.spec index e9cce9b..a0db3cd 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