mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 18:54:30 +04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user