[packages/python-typing_extensions] - adjusted py3_ver condition to work with python3.10

qboosh qboosh at pld-linux.org
Wed Sep 14 21:46:50 CEST 2022


commit 34ca64c98a8b802e05e97be9600b94fb1275acee
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Sep 14 21:47:06 2022 +0200

    - adjusted py3_ver condition to work with python3.10

 python-typing_extensions.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python-typing_extensions.spec b/python-typing_extensions.spec
index 1e97c82..894442e 100644
--- a/python-typing_extensions.spec
+++ b/python-typing_extensions.spec
@@ -27,7 +27,7 @@ BuildRequires:	python-typing >= 3.7.4
 BuildRequires:	python3-modules >= 1:3.4
 BuildRequires:	python3-setuptools
 %if %{with tests}
-%if "%{py3_ver}" < "3.5"
+%if "%{py3_ver}" == "3.4"
 BuildRequires:	python3-typing >= 3.7.4
 %endif
 %endif
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-typing_extensions.git/commitdiff/34ca64c98a8b802e05e97be9600b94fb1275acee



More information about the pld-cvs-commit mailing list