- Correct Requires for typing_extensions.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astroid?expand=0&rev=89
This commit is contained in:
parent
fbfa3ba1cb
commit
fea8e5dd34
@ -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>
|
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
|
%if 0%{?python_version_nodots} < 38
|
||||||
Requires: python-typed-ast >= 1.4
|
Requires: python-typed-ast >= 1.4
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?python_version_nodots} < 310
|
%if 0%{?python_version_nodots} < 311
|
||||||
Requires: python-typing-extensions >= 3.10
|
Requires: python-typing-extensions >= 3.10
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?python_version_nodots} < 311
|
%if 0%{?python_version_nodots} < 311
|
||||||
|
Loading…
Reference in New Issue
Block a user