From 34dbef7cec72b1577b4bd64d239126c3ae8d47ba99458e1bd8f9bde849f0b319 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Fri, 11 Aug 2017 14:34:09 +0000 Subject: [PATCH] Accepting request 516152 from home:sebix:branches:devel:languages:python require python-setuptools (fixes boo#1037032) OBS-URL: https://build.opensuse.org/request/show/516152 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wheel?expand=0&rev=21 --- python-wheel.changes | 5 +++++ python-wheel.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-wheel.changes b/python-wheel.changes index 03c0f2f..36b4001 100644 --- a/python-wheel.changes +++ b/python-wheel.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 11 14:12:36 UTC 2017 - sebix+novell.com@sebix.at + +- require python-setuptools (fixes boo#1037032) + ------------------------------------------------------------------- Thu Jul 20 08:20:17 UTC 2017 - sebix+novell.com@sebix.at diff --git a/python-wheel.spec b/python-wheel.spec index 44e4a6c..fdc8e5f 100644 --- a/python-wheel.spec +++ b/python-wheel.spec @@ -40,6 +40,7 @@ BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest} BuildRequires: %{python_module pyxdg} # /SECTION +Requires: python-setuptools Requires(post): update-alternatives Requires(postun): update-alternatives Recommends: python-dirspec