dev-python/numpy: Drop superfluous calls to python_is_python3

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2020-08-03 23:23:52 +02:00
parent 2a6d389c7c
commit 8f8ce4ee19

View File

@@ -103,11 +103,7 @@ python_prepare_all() {
python_compile() {
export MAKEOPTS=-j1 #660754
local python_makeopts_jobs=""
python_is_python3 || python_makeopts_jobs="-j $(makeopts_jobs)"
distutils-r1_python_compile \
${python_makeopts_jobs} \
${NUMPY_FCONFIG}
distutils-r1_python_compile ${NUMPY_FCONFIG}
}
python_test() {