]> git.pld-linux.org Git - packages/python-numpy.git/commitdiff
- python 3.4 is no longer supported, 2to3 not used since 1.8.x
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 14 Jan 2020 19:59:58 +0000 (20:59 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 14 Jan 2020 19:59:58 +0000 (20:59 +0100)
python-numpy.spec

index 47dd95d8ba2bfaf36e80ad692128eda2cd0df7b4..95924a364a3a3516b27e240f7510e8b7ed500fea 100644 (file)
@@ -25,8 +25,7 @@ BuildRequires:        python-devel >= 1:2.7
 BuildRequires: python-setuptools
 %endif
 %if %{with python3}
-BuildRequires: python3-2to3
-BuildRequires: python3-devel >= 1:3.4
+BuildRequires: python3-devel >= 1:3.5
 BuildRequires: python3-setuptools
 %endif
 BuildRequires: rpm-pythonprov
@@ -90,7 +89,7 @@ Generator interfejsów z Fortranu do Pythona 2.
 Summary:       Python 3.x numerical facilities
 Summary(pl.UTF-8):     Moduły do obliczeń numerycznych dla języka Python 3.x
 Group:         Libraries/Python
-Requires:      python3-libs >= 1:3.4
+Requires:      python3-libs >= 1:3.5
 
 %description -n python3-%{module}
 NumPy is a collection of extension modules to provide high-performance
This page took 0.070121 seconds and 4 git commands to generate.