From mboxrd@z Thu Jan 1 00:00:00 1970 From: Esben Haabendal Date: Mon, 23 Sep 2019 08:45:02 +0200 Subject: [Buildroot] [PATCH v2 1/3] package/python-numpy: fix setup type In-Reply-To: (Yegor Yefremov's message of "Fri, 20 Sep 2019 21:11:03 +0200") References: <20190920163656.6388-1-esben@geanix.com> <20190920163656.6388-2-esben@geanix.com> Message-ID: <877e5z7bpt.fsf@geanix.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hi Yegor Yegor Yefremov writes: > On Fri, Sep 20, 2019 at 6:37 PM Esben Haabendal wrote: >> >> The numpy package is using distutils, not setuptools. > > Are you sure about this? See > https://github.com/numpy/numpy/blob/master/numpy/distutils/core.py https://github.com/numpy/numpy/blob/v1.16.4/setup.py#L392 Looks like a setuptools package to me. /Esben