From c308905d39b59f65097e04b2ff3b2706e11740a33d55974075e5ab5f4894ac6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 3 Sep 2014 17:40:52 +0000 Subject: [PATCH] - Require py3-setuptools OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/spec-cleaner?expand=0&rev=33 --- spec-cleaner.changes | 5 +++++ spec-cleaner.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/spec-cleaner.changes b/spec-cleaner.changes index 298408f..65303d7 100644 --- a/spec-cleaner.changes +++ b/spec-cleaner.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 3 17:40:34 UTC 2014 - tchvatal@suse.com + +- Require py3-setuptools + ------------------------------------------------------------------- Fri Aug 29 10:46:17 UTC 2014 - tchvatal@suse.com diff --git a/spec-cleaner.spec b/spec-cleaner.spec index 2098592..102ae60 100644 --- a/spec-cleaner.spec +++ b/spec-cleaner.spec @@ -28,6 +28,8 @@ Source0: https://github.com/openSUSE/%{name}/archive/%{name}-%{version}.t BuildRequires: python3-mock BuildRequires: python3-nose BuildRequires: python3-setuptools +# For the pkg_resources used in the binary loader +Requires: python3-setuptools BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch