forked from pool/python-inflect
Clean up the SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-inflect?expand=0&rev=20
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user