forked from pool/python-astroid
Accepting request 913391 from home:bnavigator:branches:devel:languages:python
- Add typing_extensions as requirement for python36 OBS-URL: https://build.opensuse.org/request/show/913391 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astroid?expand=0&rev=63
This commit is contained in:
@@ -30,6 +30,7 @@ BuildRequires: %{python_module pytest-runner}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module typed-ast >= 1.4 if %python-base < 3.8}
|
||||
BuildRequires: %{python_module typing_extensions if %python-base < 3.8}
|
||||
BuildRequires: %{python_module wrapt >= 1.11}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
@@ -38,6 +39,7 @@ Requires: python-wrapt >= 1.11
|
||||
BuildArch: noarch
|
||||
%if 0%{?python_version_nodots} < 38
|
||||
Requires: python-typed-ast >= 1.4
|
||||
Requires: python-typing_extensions
|
||||
%endif
|
||||
%python_subpackages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user