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

f38
Robert Scheck 18 years ago
parent 57b6ba2209
commit 5eba09dce2

@ -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

Loading…
Cancel
Save