From 9597bf09b1d3ec34010db9c4347c87bd327f1a2c381f78f6aa8d9945dd287a15 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:29:10 +0000 Subject: [PATCH] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-future?expand=0&rev=16 --- python-future.changes | 5 +++++ python-future.spec | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/python-future.changes b/python-future.changes index db93aef..41783e6 100644 --- a/python-future.changes +++ b/python-future.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:48:20 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Fri Nov 16 19:11:06 UTC 2018 - Todd R diff --git a/python-future.spec b/python-future.spec index 7c29ce5..0e14b2f 100644 --- a/python-future.spec +++ b/python-future.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -26,10 +26,9 @@ Group: Development/Languages/Python Url: https://python-future.org Source0: https://files.pythonhosted.org/packages/source/f/future/future-%{version}.tar.gz Source100: python-future-rpmlintrc +BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRequires: %{python_module devel} -BuildRequires: %{python_module setuptools} Requires(post): update-alternatives Requires(preun): update-alternatives BuildArch: noarch @@ -48,7 +47,6 @@ sed -i -e '/^#!\//, 1d' src/future/backports/test/pystone.py %build %python_build - %install %python_install