From c6970738ccb32b193a8b29696e4ea29fd47d3a8252f5d49a78d988b4ecad7778 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:45:10 +0000 Subject: [PATCH] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-partd?expand=0&rev=6 --- python-partd.changes | 5 +++++ python-partd.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) 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}