forked from pool/python-filelock
- 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:
parent
4c09c68850
commit
bb58b1eaa4
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user