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:
Josef Schlehofer 2021-10-13 12:37:59 +02:00
parent 70bb6f15e8
commit 746fa830c6
No known key found for this signature in database
GPG key ID: B950216FE4329F4C

View 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