]> git.pld-linux.org Git - packages/python-numpy.git/commitdiff
- disable python3 by default here
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 18 Jan 2020 19:11:46 +0000 (20:11 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 18 Jan 2020 19:11:46 +0000 (20:11 +0100)
python-numpy.spec

index a4f6b63a4600d8f9ef61096732a472a37a41cbac..4338e8637a9ae26a4790dfed2b2b4b79c0de1f81 100644 (file)
@@ -1,8 +1,8 @@
 # NOTE: 1.16.x is the last series with python 2.7 support; for newer versions see python3-numpy.spec
 #
 # Conditional build:
-%bcond_without  python2 # CPython 2.x modules
-%bcond_without  python3 # CPython 3.x modules
+%bcond_without python2 # CPython 2.x modules
+%bcond_with    python3 # CPython 3.x modules
 
 %define                module  numpy
 Summary:       Python 2 numerical facilities
This page took 0.116644 seconds and 4 git commands to generate.