Accepting request 430633 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/430633
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pbr?expand=0&rev=26
This commit is contained in:
Dominique Leuenberger 2016-10-03 07:36:07 +00:00 committed by Git OBS Bridge
commit 792bc6a215
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
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
- Remove unneeded Requires for python-pip. It's only used
for testing.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 24 05:15:09 UTC 2016 - tbechtold@suse.com Tue May 24 05:15:09 UTC 2016 - tbechtold@suse.com

View File

@ -48,7 +48,7 @@ BuildRequires: python-testresources >= 0.2.4
BuildRequires: python-testscenarios >= 0.4 BuildRequires: python-testscenarios >= 0.4
BuildRequires: python-testtools >= 1.4.0 BuildRequires: python-testtools >= 1.4.0
%endif %endif
Requires: python-pip >= 1.4 Requires: python-setuptools
Requires(post): update-alternatives Requires(post): update-alternatives
Requires(postun): update-alternatives Requires(postun): update-alternatives
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build