]> git.pld-linux.org Git - packages/python-typing_extensions.git/commitdiff
- adjusted python3-typing condition
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 18 Mar 2022 22:10:11 +0000 (23:10 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 18 Mar 2022 22:10:11 +0000 (23:10 +0100)
python-typing_extensions.spec

index c6f3f57693df4eac30749c19b0de4add62795699..c7beb147394112957ab1a29b95e53bf122506f40 100644 (file)
@@ -7,6 +7,7 @@
 Summary:       Backported and Experimental Type Hints for Python 3.5+
 Summary(pl.UTF-8):     Backportowane i eksperymentalne podpowiedzi typów dla Pythona 3.5+
 Name:          python-typing_extensions
+# keep 3.x here for python2 support
 Version:       3.10.0.2
 Release:       1
 License:       PSF
@@ -26,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.4"
+%if "%{py3_ver}" < "3.5"
 BuildRequires: python3-typing >= 3.7.4
 %endif
 %endif
This page took 0.12417 seconds and 4 git commands to generate.