mirror of
https://github.com/openwrt/packages.git
synced 2025-12-25 18:24:51 +04:00
python-zipp: pin setuptools-scm version
The recent version of setuptools-scm depends on tomli, which has some build issues. Older one works. Suggested-by: Jeffery To <jeffery.to@gmail.com> Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
@@ -25,7 +25,7 @@ define Package/python3-zipp
|
||||
VARIANT:=python3
|
||||
endef
|
||||
|
||||
HOST_PYTHON3_PACKAGE_BUILD_DEPENDS:=setuptools-scm
|
||||
HOST_PYTHON3_PACKAGE_BUILD_DEPENDS:="setuptools-scm==5.0.2"
|
||||
|
||||
define Package/python3-zipp/description
|
||||
Backport of pathlib-compatible object wrapper for zip files
|
||||
|
||||
Reference in New Issue
Block a user