From 7b7ff6d862a330d4286c2c55804d4f201672a95c6e9bb9d0f31f141a34ea61c9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 17 May 2016 12:50:35 +0000 Subject: [PATCH] Accepting request 395037 from home:tbechtold:branches:devel:languages:python - Add missing Requires for python-setuptools OBS-URL: https://build.opensuse.org/request/show/395037 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-jenkins?expand=0&rev=4 --- python-python-jenkins.changes | 5 +++++ python-python-jenkins.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-python-jenkins.changes b/python-python-jenkins.changes index 992abd2..230ad65 100644 --- a/python-python-jenkins.changes +++ b/python-python-jenkins.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 12 12:46:15 UTC 2016 - tbechtold@suse.com + +- Add missing Requires for python-setuptools + ------------------------------------------------------------------- Fri Feb 26 13:43:02 UTC 2016 - tbechtold@suse.com diff --git a/python-python-jenkins.spec b/python-python-jenkins.spec index b8171e9..a3275d6 100644 --- a/python-python-jenkins.spec +++ b/python-python-jenkins.spec @@ -34,6 +34,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %endif Requires: python-multi_key_dict +Requires: python-setuptools Requires: python-six >= 1.3.0 Provides: python-jenkins = %{version} Obsoletes: python-jenkins <= 0.4.12