python-zipp: pin setuptools-scm version 16879/head
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Wed, 13 Oct 2021 10:37:59 +0000 (12:37 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Wed, 13 Oct 2021 10:39:34 +0000 (12:39 +0200)
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>
lang/python/python-zipp/Makefile

index 69a7ebed18381a56c5d1b0c23769a3183f50ffeb..13821147171fc2d29f4d2e59665895c27374bb68 100644 (file)
@@ -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