From: Esben Haabendal <esben@geanix.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 1/3] package/python-numpy: fix setup type
Date: Fri, 20 Sep 2019 18:36:54 +0200 [thread overview]
Message-ID: <20190920163656.6388-2-esben@geanix.com> (raw)
In-Reply-To: <20190920163656.6388-1-esben@geanix.com>
The numpy package is using distutils, not setuptools.
Signed-off-by: Esben Haabendal <esben@geanix.com>
---
package/python-numpy/python-numpy.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/python-numpy/python-numpy.mk b/package/python-numpy/python-numpy.mk
index 3b474efa6e6c..f1f6f8cba407 100644
--- a/package/python-numpy/python-numpy.mk
+++ b/package/python-numpy/python-numpy.mk
@@ -13,7 +13,7 @@ PYTHON_NUMPY_LICENSE_FILES = LICENSE.txt doc/sphinxext/LICENSE.txt \
numpy/linalg/lapack_lite/LICENSE.txt \
tools/npy_tempita/license.txt \
numpy/core/src/multiarray/dragon4.c
-PYTHON_NUMPY_SETUP_TYPE = setuptools
+PYTHON_NUMPY_SETUP_TYPE = distutils
ifeq ($(BR2_PACKAGE_CLAPACK),y)
PYTHON_NUMPY_DEPENDENCIES += clapack
--
2.23.0
next prev parent reply other threads:[~2019-09-20 16:36 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-20 16:36 [Buildroot] [PATCH v2 0/3] python-scipy package Esben Haabendal
2019-09-20 16:36 ` Esben Haabendal [this message]
2019-09-20 19:11 ` [Buildroot] [PATCH v2 1/3] package/python-numpy: fix setup type Yegor Yefremov
2019-09-23 6:45 ` Esben Haabendal
2019-09-23 13:36 ` Arnout Vandecappelle
2019-09-23 14:09 ` Esben Haabendal
2019-09-20 16:36 ` [Buildroot] [PATCH v2 2/3] package/python-numpy: fixup numpy distutils for cross compilation Esben Haabendal
2019-09-20 16:36 ` [Buildroot] [PATCH v2 3/3] package/python-scipy: new package Esben Haabendal
2019-09-20 17:18 ` Romain Naour
2019-09-23 7:05 ` Esben Haabendal
2019-09-23 8:32 ` Alexandre PAYEN
2019-09-23 8:51 ` Esben Haabendal
2019-09-23 12:29 ` Alexandre PAYEN
2019-09-23 12:46 ` Esben Haabendal
2019-09-23 12:55 ` Alexandre PAYEN
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190920163656.6388-2-esben@geanix.com \
--to=esben@geanix.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox