python-setuptools-scm: bump to version 9.2.2

And add python-setuptools/host as dependency.

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
This commit is contained in:
Alexandru Ardelean
2025-11-09 20:27:34 +02:00
committed by Alexandru Ardelean
parent 974dc9753c
commit 1d1dbae89b

View File

@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=python-setuptools-scm PKG_NAME:=python-setuptools-scm
PKG_VERSION:=8.1.0 PKG_VERSION:=9.2.2
PKG_RELEASE:=1 PKG_RELEASE:=1
PYPI_NAME:=setuptools-scm PYPI_NAME:=setuptools-scm
PYPI_SOURCE_NAME:=setuptools_scm PYPI_SOURCE_NAME:=setuptools_scm
PKG_HASH:=42dea1b65771cba93b7a515d65a65d8246e560768a66b9106a592c8e7f26c8a7 PKG_HASH:=1c674ab4665686a0887d7e24c03ab25f24201c213e82ea689d2f3e169ef7ef57
PKG_LICENSE:=MIT PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE PKG_LICENSE_FILES:=LICENSE
@@ -22,6 +22,7 @@ PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>
PKG_HOST_ONLY:=1 PKG_HOST_ONLY:=1
HOST_BUILD_DEPENDS:= \ HOST_BUILD_DEPENDS:= \
python3/host \ python3/host \
python-setuptools/host \
python-build/host \ python-build/host \
python-installer/host \ python-installer/host \
python-wheel/host \ python-wheel/host \