mirror of https://github.com/openwrt/packages.git
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 <alex@shruggie.ro>pull/30152/head
parent
0538c8a168
commit
8906f3f08a
|
|
@ -8,12 +8,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=python-flit-core
|
||||
PKG_VERSION:=4.0.2
|
||||
PKG_VERSION:=3.12.0
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PYPI_NAME:=flit-core
|
||||
PYPI_SOURCE_NAME:=flit_core
|
||||
PKG_HASH:=b6929defd93884b584d7c87829e0e7b5c26ed6be17b0b873979019314aa841c8
|
||||
PKG_HASH:=18f63100d6f94385c6ed57a72073443e1a71a4acb4339491615d0f16d6ff01b2
|
||||
|
||||
PKG_LICENSE:=BSD-3-Clause
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
|
|
|||
Loading…
Reference in New Issue