From 9c6d83fdf92455571537854e55462aa71fac46729c882e7003edcc69b0030de6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 27 Sep 2016 19:14:52 +0000 Subject: [PATCH] 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