diff --git a/python-parso.changes b/python-parso.changes index b542653..075abd5 100644 --- a/python-parso.changes +++ b/python-parso.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:51:12 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Tue Jul 17 13:15:39 UTC 2018 - tchvatal@suse.com diff --git a/python-parso.spec b/python-parso.spec index ea5bf09..a4db1e2 100644 --- a/python-parso.spec +++ b/python-parso.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/ # @@ -25,7 +25,6 @@ License: MIT AND Python-2.0 Group: Development/Languages/Python URL: https://github.com/davidhalter/parso Source0: https://files.pythonhosted.org/packages/source/p/parso/parso-%{version}.tar.gz -BuildRequires: %{python_module devel} # Test requirements BuildRequires: %{python_module pytest >= 3.0.7} BuildRequires: %{python_module pytest-cache}