[packages/python-numpy] - disable python3 by default here

qboosh qboosh at pld-linux.org
Sat Jan 18 20:11:38 CET 2020


commit 2db4eb617a132e05e3629b33422c158a303f6082
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Jan 18 20:11:46 2020 +0100

    - disable python3 by default here

 python-numpy.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-numpy.spec b/python-numpy.spec
index a4f6b63..4338e86 100644
--- a/python-numpy.spec
+++ b/python-numpy.spec
@@ -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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-numpy.git/commitdiff/2db4eb617a132e05e3629b33422c158a303f6082



More information about the pld-cvs-commit mailing list