]> git.pld-linux.org Git - packages/python-urllib3.git/commitdiff
BR: python/python3 for %py_*/%py3_*
authorJan Palus <atler@pld-linux.org>
Tue, 14 Nov 2023 22:58:40 +0000 (23:58 +0100)
committerJan Palus <atler@pld-linux.org>
Tue, 14 Nov 2023 22:58:40 +0000 (23:58 +0100)
python-urllib3.spec

index 2f46f3db7f3842487c007d8fbf1424b78510fb48..fe7249252746acf00f6d4509cea157897ca3afa1 100644 (file)
@@ -25,6 +25,7 @@ URL:          https://urllib3.readthedocs.io/
 BuildRequires: glibc-localedb-all
 %endif
 %if %{with python2}
+BuildRequires: python >= 1:2.7
 BuildRequires: python-modules >= 1:2.7
 %if %{with tests}
 BuildRequires: python-PySocks >= 1.7.1
@@ -45,6 +46,7 @@ BuildRequires:        uname(release) >= 3.9
 %endif
 %endif
 %if %{with python3}
+BuildRequires: python3 >= 1:3.5
 BuildRequires: python3-modules >= 1:3.5
 %if %{with tests}
 BuildRequires: python3-PySocks >= 1.7.1
This page took 0.129791 seconds and 4 git commands to generate.