From af47b6bf85005bf7fbe943e7c3bee314301420d5e6fb36e0835729fa3181cd53 Mon Sep 17 00:00:00 2001 From: Todd R Date: Sun, 18 Aug 2013 13:12:27 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=47 --- python-setuptools.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-setuptools.spec b/python-setuptools.spec index d6e667c..a33381c 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -29,6 +29,8 @@ Source2: zpl.txt Patch1: setuptools-0.6c9-create-sitedir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel +# needed for SLE +Requires: python Requires(post): update-alternatives Requires(postun): update-alternatives # NOTE(saschpe): Distribute was merged into 0.7.x, so even though distribute From fc9edcaf345b5f3eca65674da802add4a2d39db16c6df6dd62e66c0c14970594 Mon Sep 17 00:00:00 2001 From: Todd R Date: Sun, 18 Aug 2013 13:13:08 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=48 --- python-setuptools.changes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/python-setuptools.changes b/python-setuptools.changes index 20ccefa..fca78cf 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Aug 18 13:12:32 UTC 2013 - toddrme2178@gmail.com + +- Re-add Requires: python. Not needed for recent releases, but a + lot of SLE packages fail without it. + ------------------------------------------------------------------- Mon Jul 29 14:57:27 UTC 2013 - speilicke@suse.com