]> git.99rst.org Git - openwrt-packages.git/commit
python-typing-extensions: allow flit_core 4.x as the build backend
authorAlexandru Ardelean <redacted>
Mon, 10 Aug 2026 12:13:35 +0000 (15:13 +0300)
committerAlexandru Ardelean <redacted>
Mon, 10 Aug 2026 13:45:20 +0000 (16:45 +0300)
commit99a2de54f592faef7caa56c80e86510d51d1dd11
tree0f085452c8cc62850d665e44249f19325008457a
parent53a269f85d3476f648b546fcd2987769d34f9a44
python-typing-extensions: allow flit_core 4.x as the build backend

Like python-wheel, typing-extensions caps its build backend at
"flit_core >=3.11,<4", so python-typing-extensions/host fails with
"Missing dependencies: flit_core<4,>=3.11" now that the feed ships
flit-core 4.0.2. flit_core 4 builds it unchanged; relax the upper bound.

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