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