From 77cd9c798ff2b9366d3be0caff9dff59286db6ca42b833c0fcdae91cb5c86437 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:12:36 +0000 Subject: [PATCH] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aenum?expand=0&rev=6 --- python-aenum.changes | 5 +++++ python-aenum.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/python-aenum.changes b/python-aenum.changes index 87cba1c..3dd049d 100644 --- a/python-aenum.changes +++ b/python-aenum.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:45:29 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Wed May 23 19:09:16 UTC 2018 - toddrme2178@gmail.com diff --git a/python-aenum.spec b/python-aenum.spec index c17491a..0f3e934 100644 --- a/python-aenum.spec +++ b/python-aenum.spec @@ -12,19 +12,19 @@ # 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/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-aenum Version: 2.1.2 Release: 0 -License: BSD-3-Clause Summary: Advanced Enumerations, NamedTuples, and NamedConstants -Url: https://bitbucket.org/stoneleaf/aenum +License: BSD-3-Clause Group: Development/Languages/Python +Url: https://bitbucket.org/stoneleaf/aenum Source: https://files.pythonhosted.org/packages/source/a/aenum/aenum-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros