diff --git a/python-bleach.changes b/python-bleach.changes index e9e07b1..9df099b 100644 --- a/python-bleach.changes +++ b/python-bleach.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:46:11 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Tue Mar 20 08:38:36 UTC 2018 - kbabioch@suse.com diff --git a/python-bleach.spec b/python-bleach.spec index ff7ea6a..b53936d 100644 --- a/python-bleach.spec +++ b/python-bleach.spec @@ -13,7 +13,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 @@ License: Apache-2.0 Group: Development/Languages/Python Url: http://github.com/jsocol/bleach Source: https://files.pythonhosted.org/packages/source/b/bleach/bleach-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module html5lib >= 0.99999999} BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module pytest}