From 2db4eb617a132e05e3629b33422c158a303f6082 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 18 Jan 2020 20:11:46 +0100 Subject: [PATCH] - 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 -- 2.44.0