From 3d1badca54dec9da817a00c661e78fe13fbe584e73d7dbb7ab758400e464ec60 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 27 Sep 2016 10:09:42 +0000 Subject: [PATCH 1/2] Accepting request 430529 from home:tbechtold:branches:devel:languages:python - Remove unneeded Requires for python-pip. It's only used for testing. OBS-URL: https://build.opensuse.org/request/show/430529 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=54 --- python-pbr.changes | 6 ++++++ python-pbr.spec | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-pbr.changes b/python-pbr.changes index ff8286e..e7ecbe0 100644 --- a/python-pbr.changes +++ b/python-pbr.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 27 09:46:15 UTC 2016 - tbechtold@suse.com + +- Remove unneeded Requires for python-pip. It's only used + for testing. + ------------------------------------------------------------------- Tue May 24 05:15:09 UTC 2016 - tbechtold@suse.com diff --git a/python-pbr.spec b/python-pbr.spec index 3a9a886..33c697c 100644 --- a/python-pbr.spec +++ b/python-pbr.spec @@ -48,7 +48,6 @@ BuildRequires: python-testresources >= 0.2.4 BuildRequires: python-testscenarios >= 0.4 BuildRequires: python-testtools >= 1.4.0 %endif -Requires: python-pip >= 1.4 Requires(post): update-alternatives Requires(postun): update-alternatives BuildRoot: %{_tmppath}/%{name}-%{version}-build From 9c6d83fdf92455571537854e55462aa71fac46729c882e7003edcc69b0030de6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 27 Sep 2016 19:14:52 +0000 Subject: [PATCH 2/2] Accepting request 430622 from home:tbechtold:branches:devel:languages:python - Add missing python-setuptools Requires. OBS-URL: https://build.opensuse.org/request/show/430622 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=55 --- python-pbr.changes | 5 +++++ python-pbr.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-pbr.changes b/python-pbr.changes index e7ecbe0..d1dfebc 100644 --- a/python-pbr.changes +++ b/python-pbr.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 27 18:32:25 UTC 2016 - tbechtold@suse.com + +- Add missing python-setuptools Requires. + ------------------------------------------------------------------- Tue Sep 27 09:46:15 UTC 2016 - tbechtold@suse.com diff --git a/python-pbr.spec b/python-pbr.spec index 33c697c..d91a528 100644 --- a/python-pbr.spec +++ b/python-pbr.spec @@ -48,6 +48,7 @@ BuildRequires: python-testresources >= 0.2.4 BuildRequires: python-testscenarios >= 0.4 BuildRequires: python-testtools >= 1.4.0 %endif +Requires: python-setuptools Requires(post): update-alternatives Requires(postun): update-alternatives BuildRoot: %{_tmppath}/%{name}-%{version}-build