1
0

Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedgenerator?expand=0&rev=5
This commit is contained in:
Matej Cepl 2018-12-04 13:27:01 +00:00 committed by Git OBS Bridge
parent ecacd2165e
commit 9b6a11cbb3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 4 12:47:56 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Mon Sep 24 10:23:52 UTC 2018 - Jan Engelhardt <jengelh@inai.de>

View File

@ -26,7 +26,6 @@ Group: Development/Languages/Python
URL: https://github.com/getpelican/feedgenerator
Source: https://files.pythonhosted.org/packages/source/f/feedgenerator/feedgenerator-%{version}.tar.gz
Source1: https://raw.githubusercontent.com/getpelican/feedgenerator/master/LICENSE
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pytz}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}