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}