From 19e72765eeff43a29abae4ed47e826945050ec26b657c78206d51dbdee125374 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:36:17 +0000 Subject: [PATCH] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-json-rpc?expand=0&rev=5 --- python-json-rpc.changes | 5 +++++ python-json-rpc.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/python-json-rpc.changes b/python-json-rpc.changes index 1210ef8..c664c92 100644 --- a/python-json-rpc.changes +++ b/python-json-rpc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:49:39 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Wed May 16 15:56:38 UTC 2018 - toddrme2178@gmail.com diff --git a/python-json-rpc.spec b/python-json-rpc.spec index adc8cad..4da4f2d 100644 --- a/python-json-rpc.spec +++ b/python-json-rpc.spec @@ -12,20 +12,20 @@ # 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-json-rpc Version: 1.11.0 Release: 0 -License: MIT Summary: JSON-RPC transport implementation -Url: https://github.com/pavlov99/json-rpc +License: MIT Group: Development/Languages/Python +Url: https://github.com/pavlov99/json-rpc Source: https://files.pythonhosted.org/packages/source/j/json-rpc/json-rpc-%{version}.tar.gz Source10: https://raw.githubusercontent.com/pavlov99/json-rpc/%{version}/LICENSE.txt -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros