From 76a219071524762c4ac2e3190331775e236aa57580fb98b0493ef3aa3e8114a8 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Mon, 20 Mar 2017 15:32:42 +0000 Subject: [PATCH] Accepting request 477461 from home:seilerphilipp:py2pack added missing Requires to get it working on a plain suse machine OBS-URL: https://build.opensuse.org/request/show/477461 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=61 --- python-py2pack.changes | 5 +++++ python-py2pack.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-py2pack.changes b/python-py2pack.changes index 9456db2..5994ecc 100644 --- a/python-py2pack.changes +++ b/python-py2pack.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 7 11:38:35 UTC 2017 - p.seiler@linuxmail.org + +- Add missing "Requires: python-setuptools" to get py2pack working + ------------------------------------------------------------------- Thu Mar 2 09:25:21 UTC 2017 - tbechtold@suse.com diff --git a/python-py2pack.spec b/python-py2pack.spec index e0a8279..02f8751 100644 --- a/python-py2pack.spec +++ b/python-py2pack.spec @@ -35,6 +35,7 @@ BuildRequires: python-sphinxcontrib-programoutput Requires: python-Jinja2 Requires: python-metaextract Requires: python-pbr +Requires: python-setuptools Requires: python-six Requires(post): update-alternatives Requires(postun): update-alternatives