From 1e854dcba6a1de93450bec0edb4e0350a905d3c0bda7d151fea35790bd6dad02 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:36:05 +0000 Subject: [PATCH] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpickle?expand=0&rev=5 --- python-jsonpickle.changes | 5 +++++ python-jsonpickle.spec | 9 ++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/python-jsonpickle.changes b/python-jsonpickle.changes index 9d6df85..453d482 100644 --- a/python-jsonpickle.changes +++ b/python-jsonpickle.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:49:37 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Wed May 23 04:19:13 UTC 2018 - toddrme2178@gmail.com diff --git a/python-jsonpickle.spec b/python-jsonpickle.spec index 0573d1c..a5272c1 100644 --- a/python-jsonpickle.spec +++ b/python-jsonpickle.spec @@ -11,8 +11,8 @@ # case the license is the MIT License). An "Open Source License" is a # 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/ # @@ -25,14 +25,13 @@ Summary: Python library for serializing any arbitrary object graph into J License: BSD-3-Clause Group: Development/Languages/Python Source: https://files.pythonhosted.org/packages/source/j/jsonpickle/jsonpickle-%{version}.tar.gz +BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRequires: %{python_module devel} -BuildRequires: %{python_module setuptools} # SECTION test requirements BuildRequires: %{python_module SQLAlchemy} -BuildRequires: %{python_module nose} BuildRequires: %{python_module coverage} +BuildRequires: %{python_module nose} BuildRequires: %{python_module numpy} BuildRequires: %{python_module pymongo} # /SECTION