14
0

Accepting request 955852 from home:alarrosa:branches:devel:languages:python

- Rename the dependency on importlib-resources to
  importlib_resources to be compatible with the SLE packages

OBS-URL: https://build.opensuse.org/request/show/955852
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-guessit?expand=0&rev=41
This commit is contained in:
2022-02-18 13:13:08 +00:00
committed by Git OBS Bridge
parent cbdbcf8106
commit 5c89743380
2 changed files with 8 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-guessit
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -27,7 +27,7 @@ URL: https://github.com/wackou/guessit
Source0: https://files.pythonhosted.org/packages/source/g/guessit/guessit-%{version}.tar.gz
BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module babelfish >= 0.6.0}
BuildRequires: %{python_module importlib-resources}
BuildRequires: %{python_module importlib_resources}
BuildRequires: %{python_module pytest >= 5}
BuildRequires: %{python_module pytest-benchmark}
BuildRequires: %{python_module pytest-mock}