From: Jakub Bogusz Date: Sat, 18 Jan 2020 19:11:46 +0000 (+0100) Subject: - disable python3 by default here X-Git-Tag: auto/th/python-numpy-1.16.6-2~1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=2db4eb617a132e05e3629b33422c158a303f6082;p=packages%2Fpython-numpy.git - disable python3 by default here --- 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