python-anyio: fix dependencies

Add the missing python-setuptools-scm/host dependency.

Fixes: 71be202c ("python-anyio: add new package")
Signed-off-by: George Sapkin <george@sapk.in>
This commit is contained in:
George Sapkin
2026-05-26 18:35:02 +03:00
committed by Alexandru Ardelean
parent 785e7ee306
commit 7986c2acaa
+4 -2
View File
@@ -14,8 +14,10 @@ PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE
HOST_BUILD_DEPENDS:= \
python3/host \
python-idna/host
python-idna/host \
python-setuptools-scm/host
PKG_BUILD_DEPENDS:=python-setuptools-scm/host
include ../pypi.mk
include $(INCLUDE_DIR)/package.mk