]> git.99rst.org Git - openwrt-packages.git/commit
python-flit-core: revert to 3.12.0
authorAlexandru Ardelean <redacted>
Tue, 11 Aug 2026 06:09:08 +0000 (09:09 +0300)
committerAlexandru Ardelean <redacted>
Tue, 11 Aug 2026 06:43:46 +0000 (09:43 +0300)
commit8906f3f08ac9bd1d741ccdcd3e2aa072d22d5518
tree03fb6dde3086c79871b0945432b8486855fc0c31
parent0538c8a1686cccc460a12e97195219ede20b26c7
python-flit-core: revert to 3.12.0

flit-core 4.0.2 breaks the whole python feed. flit-core is a host-only
build backend, but nearly everything built with it caps flit_core<4 (the
host tools wheel/installer/pyproject-hooks/typing-extensions and dozens of
leaf packages like marshmallow, click, pip), so their host builds fail with
"Missing dependencies: flit_core<4" against 4.0.2. Nothing needs
flit_core>=4; 3.12.0 satisfies every cap and has no runtime impact. Revert
until the ecosystem's upper bounds catch up.

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/python-flit-core/Makefile
git clone https://git.99rst.org/PROJECT