python-importlib-metadata: Pin setuptools-scm version
authorJeffery To <jeffery.to@gmail.com>
Sat, 16 Oct 2021 17:01:52 +0000 (01:01 +0800)
committerJeffery To <jeffery.to@gmail.com>
Sat, 16 Oct 2021 17:01:52 +0000 (01:01 +0800)
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>
lang/python/python-importlib-metadata/Makefile

index 264a40cca680e413b8c43a9a4f593bae7befc9fd..92cf14ac440f2db57ef239ad38ea659f72534eb0 100644 (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