From dc285c1292374c75d021aabb3f04566743c065c0c794182aefce8c9df59084ba Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:15:20 +0000 Subject: [PATCH] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Babel?expand=0&rev=43 --- python-Babel-doc.spec | 2 +- python-Babel.changes | 5 +++++ python-Babel.spec | 3 +-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/python-Babel-doc.spec b/python-Babel-doc.spec index 737efbe..34232a0 100644 --- a/python-Babel-doc.spec +++ b/python-Babel-doc.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/ # diff --git a/python-Babel.changes b/python-Babel.changes index 1c794e6..325aba1 100644 --- a/python-Babel.changes +++ b/python-Babel.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 13:05:10 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Sun Jun 24 15:32:48 UTC 2018 - arun@gmx.de diff --git a/python-Babel.spec b/python-Babel.spec index 996781d..5d0c712 100644 --- a/python-Babel.spec +++ b/python-Babel.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 @@ License: BSD-3-Clause Group: Development/Languages/Python URL: http://babel.pocoo.org/ Source: https://files.pythonhosted.org/packages/source/B/Babel/Babel-%{version}.tar.gz -BuildRequires: %{python_module devel} # Test requirements: BuildRequires: %{python_module freezegun} BuildRequires: %{python_module py >= 1.4.14}