1
0
Steve Kowalik 2023-09-08 04:26:38 +00:00 committed by Git OBS Bridge
parent bb58b1eaa4
commit b61dd51039
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
-------------------------------------------------------------------
Fri Sep 8 04:17:12 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
Fri Sep 8 04:26:16 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Add missing Requires on typing-extensions if < 3.11

View File

@ -33,7 +33,9 @@ BuildRequires: %{python_module pytest}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: (python3-typing_extensions >= 4.7.1 if python3-base < 3.11)
%if 0%{?python_version_nodots} < 311
Requires: python-typing_extensions >= 4.7.1
%endif
BuildArch: noarch
%python_subpackages