From 79896797218ba45c76dd8d564932f71f1444a4f303b4a7c424af3d6457b39991 Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 2 Jan 2013 21:57:40 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=14 --- python-psutil.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-psutil.spec b/python-psutil.spec index d16cdaf..8ab9b3b 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -28,7 +28,7 @@ BuildRequires: python-devel BuildRequires: python-distribute BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 -%{!?python_sitearch: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} +%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %endif %description