From 426ab7c651453a41c3928fe2aa1ff6c2f5f47b5466eda221bf6ef8b9d42eaa1a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:16:55 +0000 Subject: [PATCH] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bleach?expand=0&rev=20 --- python-bleach.changes | 5 +++++ python-bleach.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) 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}