From 5ffc3b14863ff477e56eca4e8685eda881e7f47baa8a337b06ecacd7b7ce94b9 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:35:27 +0000 Subject: [PATCH] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jira?expand=0&rev=5 --- python-jira.changes | 5 +++++ python-jira.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-jira.changes b/python-jira.changes index 82e9371..cd83149 100644 --- a/python-jira.changes +++ b/python-jira.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:49:31 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Wed Apr 25 10:16:31 UTC 2018 - tbechtold@suse.com diff --git a/python-jira.spec b/python-jira.spec index f0fec0c..d9a21a0 100644 --- a/python-jira.spec +++ b/python-jira.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/ # @@ -26,7 +26,6 @@ Group: Development/Languages/Python Url: https://github.com/pycontribs/jira Source: https://files.pythonhosted.org/packages/source/j/jira/jira-%{version}.tar.gz BuildRequires: %{python_module Sphinx} -BuildRequires: %{python_module devel} BuildRequires: %{python_module pbr >= 3.0.0} BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module setuptools}