From a4e9dde8d66f71e85896e3e6cf1e67270aee375210aa3d255c2459f8e6aefbd6 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 14:16:32 +0000 Subject: [PATCH] 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 --- python-zope.cachedescriptors.changes | 5 +++++ python-zope.cachedescriptors.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/python-zope.cachedescriptors.changes b/python-zope.cachedescriptors.changes index f87f89a..4f24f75 100644 --- a/python-zope.cachedescriptors.changes +++ b/python-zope.cachedescriptors.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:56:27 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Mon Aug 6 20:48:52 UTC 2018 - toddrme2178@gmail.com diff --git a/python-zope.cachedescriptors.spec b/python-zope.cachedescriptors.spec index 96b7377..57140ef 100644 --- a/python-zope.cachedescriptors.spec +++ b/python-zope.cachedescriptors.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-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