From 68ba234e4c28c7fc34cf0c1a14b9e780df5ebf5a576a1d50c57b99cfd3f6796b Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:31:06 +0000 Subject: [PATCH] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-graphviz?expand=0&rev=10 --- python-graphviz.changes | 5 +++++ python-graphviz.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-graphviz.changes b/python-graphviz.changes index 167f887..b51db7a 100644 --- a/python-graphviz.changes +++ b/python-graphviz.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:48:43 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Wed Nov 14 12:44:07 UTC 2018 - Tomáš Chvátal diff --git a/python-graphviz.spec b/python-graphviz.spec index 45a4cd3..765265c 100644 --- a/python-graphviz.spec +++ b/python-graphviz.spec @@ -25,7 +25,6 @@ License: MIT Group: Development/Languages/Python URL: http://github.com/xflr6/graphviz Source: https://files.pythonhosted.org/packages/source/g/graphviz/graphviz-%{version}.zip -BuildRequires: %{python_module devel} BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest-mock}