Accepting request 659406 from devel:languages:python

- Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/659406
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-guessit?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2018-12-24 10:37:50 +00:00 committed by Git OBS Bridge
commit 4bb547b15e
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 4 12:48:46 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Sep 7 08:32:33 UTC 2018 - Jan Engelhardt <jengelh@inai.de> Fri Sep 7 08:32:33 UTC 2018 - Jan Engelhardt <jengelh@inai.de>

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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/
# #
@ -27,7 +27,6 @@ Url: https://github.com/wackou/guessit
Source0: https://pypi.io/packages/source/g/guessit/guessit-%{version}.tar.gz Source0: https://pypi.io/packages/source/g/guessit/guessit-%{version}.tar.gz
BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module babelfish >= 0.5.5} BuildRequires: %{python_module babelfish >= 0.5.5}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pytest-benchmark} BuildRequires: %{python_module pytest-benchmark}
BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module python-dateutil} BuildRequires: %{python_module python-dateutil}