numpy: Fix pyproject.toml-based build
authorJeffery To <jeffery.to@gmail.com>
Wed, 10 May 2023 16:26:17 +0000 (00:26 +0800)
committerJeffery To <jeffery.to@gmail.com>
Wed, 10 May 2023 18:46:57 +0000 (02:46 +0800)
commit8d331953f34a1ed231cb24893c68606813c36824
tree9638341c0386659cb9a89f4998908a3433d0cdc7
parent0aff57d00141bba8020deda52c2710c72cea9fe5
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>
lang/python/numpy/Makefile
lang/python/numpy/patches/001-unpin-build-dependencies.patch [new file with mode: 0644]