1
0

- Add missing Requires on typing-extensions if < 3.11

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-filelock?expand=0&rev=31
This commit is contained in:
Steve Kowalik 2023-09-08 04:17:38 +00:00 committed by Git OBS Bridge
parent 4c09c68850
commit bb58b1eaa4
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Sep 8 04:17:12 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Add missing Requires on typing-extensions if < 3.11
-------------------------------------------------------------------
Thu Sep 7 11:00:28 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -33,6 +33,7 @@ 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)
BuildArch: noarch
%python_subpackages