community/py3-numpy: build with vendored distutils

This commit is contained in:
ptrcnull 2024-03-28 02:03:06 +01:00
parent 5bceb8aeeb
commit 4e4c8dcb37
No known key found for this signature in database
GPG Key ID: 411F7B30801DD9CA

View File

@ -48,7 +48,6 @@ prepare() {
}
build() {
export SETUPTOOLS_USE_DISTUTILS=stdlib
gpep517 build-wheel \
--wheel-dir .dist \
--output-fd 3 3>&1 >&2