forked from pool/python-astroid
Accepting request 1083439 from devel:languages:python
- Correct Requires for typing_extensions. OBS-URL: https://build.opensuse.org/request/show/1083439 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-astroid?expand=0&rev=45
This commit is contained in:
commit
462a18e51d
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 28 07:12:30 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Correct Requires for typing_extensions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 25 22:00:42 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -42,7 +42,7 @@ BuildArch: noarch
|
||||
%if 0%{?python_version_nodots} < 38
|
||||
Requires: python-typed-ast >= 1.4
|
||||
%endif
|
||||
%if 0%{?python_version_nodots} < 310
|
||||
%if 0%{?python_version_nodots} < 311
|
||||
Requires: python-typing-extensions >= 3.10
|
||||
%endif
|
||||
%if 0%{?python_version_nodots} < 311
|
||||
|
Loading…
Reference in New Issue
Block a user