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