]> git.99rst.org Git - openwrt-packages.git/commit
python-wheel: allow flit_core 4.x as the build backend
authorAlexandru Ardelean <redacted>
Mon, 10 Aug 2026 08:21:25 +0000 (11:21 +0300)
committerAlexandru Ardelean <redacted>
Mon, 10 Aug 2026 11:29:41 +0000 (14:29 +0300)
commit9d1b631289e8a40f444016190fd29f85cfe383d6
tree582df8f06ff396a5ed1e01fd1c931f364d9d4443
parent2b4556e32ecc2ca53e31db1e7f552db7f860a818
python-wheel: allow flit_core 4.x as the build backend

wheel 0.47.0 caps its build requirement at "flit_core >=3.11,<4", but the
feed now ships flit-core 4.0.2, so python-wheel/host (and the whole python
host build-chain that depends on it) fails with "Missing dependencies:
flit_core<4,>=3.11". flit_core 4 builds wheel unchanged, so relax the upper
bound.

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/python-wheel/Makefile
lang/python/python-wheel/patches/010-relax-flit-core-constraint.patch [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT