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