Accepting request 914343 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/914343 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-astroid?expand=0&rev=30
This commit is contained in:
commit
72118286f0
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 20 19:16:19 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Add typing_extensions as requirement for python36
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 19 13:13:43 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Thu Aug 19 13:13:43 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@ -30,6 +30,7 @@ BuildRequires: %{python_module pytest-runner}
|
|||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module typed-ast >= 1.4 if %python-base < 3.8}
|
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: %{python_module wrapt >= 1.11}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
@ -38,6 +39,7 @@ Requires: python-wrapt >= 1.11
|
|||||||
BuildArch: noarch
|
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
|
||||||
|
Requires: python-typing_extensions
|
||||||
%endif
|
%endif
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user