numpy: Fix pyproject.toml-based build
authorJeffery To <jeffery.to@gmail.com>
Wed, 10 May 2023 16:26:17 +0000 (00:26 +0800)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Thu, 2 Nov 2023 10:20:25 +0000 (11:20 +0100)
commitca0cbe1e97494b6c47347ed1887dda4cbddaba87
tree7c66212ef2f77f8573853c6b97e1ee1c45ab6eb7
parent82cbf130ed8a0f5348d873ccd22aabe5fbf1c7f9
numpy: Fix pyproject.toml-based build

The versions of setuptools and wheel pinned in pyproject.toml are older
than the versions available in the packages repo. This unpins the
versions so that the build can proceed.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit 8d331953f34a1ed231cb24893c68606813c36824)
lang/python/numpy/Makefile
lang/python/numpy/patches/001-unpin-build-dependencies.patch [new file with mode: 0644]