Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Babel?expand=0&rev=43
This commit is contained in:
Matej Cepl 2018-12-04 13:15:20 +00:00 committed by Git OBS Bridge
parent 04a637a049
commit dc285c1292
3 changed files with 7 additions and 3 deletions

View File

@ -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/
#

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 4 13:05:10 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Sun Jun 24 15:32:48 UTC 2018 - arun@gmx.de

View File

@ -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}