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:
parent
70bb6f15e8
commit
746fa830c6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue