diff --git a/python-partd.changes b/python-partd.changes index dcc771e..111cf86 100644 --- a/python-partd.changes +++ b/python-partd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:51:13 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Sun Mar 11 08:50:12 UTC 2018 - sebix+novell.com@sebix.at diff --git a/python-partd.spec b/python-partd.spec index 275cabc..418b981 100644 --- a/python-partd.spec +++ b/python-partd.spec @@ -12,7 +12,7 @@ # 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/ # @@ -27,7 +27,6 @@ License: BSD-3-Clause Group: Development/Languages/Python Url: http://github.com/mrocklin/partd/ Source: https://files.pythonhosted.org/packages/source/p/partd/partd-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module locket} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module toolz}