Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aenum?expand=0&rev=6
This commit is contained in:
2018-12-04 13:12:36 +00:00
committed by Git OBS Bridge
parent 8cc2ce313c
commit 77cd9c798f
2 changed files with 9 additions and 4 deletions

View File

@@ -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