python-importlib-metadata: Pin setuptools-scm version

While a pinned/working version of setuptools-scm is installed (by
python-zipp) by the time this package is compiled, pinning the version
in this package is still the correct thing to do.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
Jeffery To 2021-10-17 01:01:52 +08:00
parent a669e1e6da
commit e933f6f749
No known key found for this signature in database
GPG key ID: C616D9E719E868E4

View file

@ -16,7 +16,7 @@ include ../pypi.mk
include $(INCLUDE_DIR)/package.mk
include ../python3-package.mk
HOST_PYTHON3_PACKAGE_BUILD_DEPENDS:=setuptools-scm
HOST_PYTHON3_PACKAGE_BUILD_DEPENDS:="setuptools-scm==5.0.2"
define Package/python3-importlib-metadata
SECTION:=lang