15
0
2024-09-06 21:06:51 +00:00
committed by Git OBS Bridge
parent 2230393f74
commit 040591ffce
2 changed files with 23 additions and 4 deletions

View File

@@ -25,18 +25,21 @@ License: MIT
Group: Development/Languages/Python
URL: https://github.com/jaraco/inflect
Source0: https://files.pythonhosted.org/packages/source/i/inflect/inflect-%{version}.tar.gz
# PATCH-FIX-UPSTREAM typing_extensions-version.patch bsc#[0-9]+ mcepl@suse.com
# Correct handling of the potential missing Annotated type
Patch0: typing_extensions-version.patch
BuildRequires: %{python_module devel >= 3.8}
BuildRequires: %{python_module more-itertools}
BuildRequires: %{python_module more-itertools >= 8.5.0}
BuildRequires: %{python_module pip}
Requires: %{python_module typeguard}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module typeguard}
BuildRequires: %{python_module typing_extensions}
BuildRequires: %{python_module typing_extensions if %python-base < 3.9}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: more-itertools
Requires: %{python_module typeguard}
Requires: python-more-itertools >= 8.5.0
BuildArch: noarch
%python_subpackages