From 1ca9f3a60d6131d22961b93470bf169aab0ea6e82dd1a333b25a53f7dc65c276 Mon Sep 17 00:00:00 2001 From: Todd R Date: Sun, 25 Nov 2012 11:12:50 +0000 Subject: [PATCH] Accepting request 142788 from devel:languages:python3 Removed openSUSE 11.4 spec file workarounds (forwarded request 142749 from TheBlackCat) OBS-URL: https://build.opensuse.org/request/show/142788 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=11 --- python3-psutil.changes | 5 +++++ python3-psutil.spec | 8 -------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/python3-psutil.changes b/python3-psutil.changes index c43ec1c..37ab533 100644 --- a/python3-psutil.changes +++ b/python3-psutil.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 22 13:47:34 UTC 2012 - toddrme2178@gmail.com + +- Removed openSUSE 11.4 spec file workarounds + ------------------------------------------------------------------- Sat Oct 6 23:01:56 UTC 2012 - os-dev@jacraig.com diff --git a/python3-psutil.spec b/python3-psutil.spec index 0f57568..78d9d9c 100644 --- a/python3-psutil.spec +++ b/python3-psutil.spec @@ -29,15 +29,7 @@ BuildRequires: python3-2to3 BuildRequires: python3-devel BuildRequires: python3-distribute BuildRoot: %{_tmppath}/%{name}-%{version}-build - -%if 0%{?suse_version} <= 1140 -%{!?python3_sitearch: %global python3_sitearch %(python3 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} -%{!?py3_ver: %global py3_ver %(python3 -c "import sys; version=str(sys.version_info[0]) + '.' + str(sys.version_info[1]); print(version)")} -%endif Requires: python(abi) = %{py3_ver} -%if 0%{?suse_version} && 0%{?suse_version} > 1140 -BuildRequires: python3-base -%endif %description A graphical interface that lets you easily analyze and introspect unaltered running Python processes.