From 3b8f69e26c2becabcedc96f47a4b70b6bccfdd2b352f22c403f0413018b03fff Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 26 Aug 2021 07:06:29 +0000 Subject: [PATCH] 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 --- python-astroid.changes | 5 +++++ python-astroid.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-astroid.changes b/python-astroid.changes index aa7a0d2..67aa7de 100644 --- a/python-astroid.changes +++ b/python-astroid.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 20 19:16:19 UTC 2021 - Ben Greiner + +- Add typing_extensions as requirement for python36 + ------------------------------------------------------------------- Thu Aug 19 13:13:43 UTC 2021 - John Paul Adrian Glaubitz diff --git a/python-astroid.spec b/python-astroid.spec index a909cb3..811ded1 100644 --- a/python-astroid.spec +++ b/python-astroid.spec @@ -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