14
0

Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.cachedescriptors?expand=0&rev=3
This commit is contained in:
2018-12-04 14:16:32 +00:00
committed by Git OBS Bridge
parent 8464425fcf
commit a4e9dde8d6
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-zope.cachedescriptors
Version: 4.3.1
Release: 0
License: ZPL-2.1
Summary: Method and property caching decorators
Url: http://github.com/zopefoundation/zope.cachedescriptors
License: ZPL-2.1
Group: Development/Languages/Python
Url: http://github.com/zopefoundation/zope.cachedescriptors
Source: https://files.pythonhosted.org/packages/source/z/zope.cachedescriptors/zope.cachedescriptors-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros