python-anyio: fix dependencies
authorGeorge Sapkin <redacted>
Tue, 26 May 2026 15:35:02 +0000 (18:35 +0300)
committerAlexandru Ardelean <redacted>
Sat, 30 May 2026 18:46:27 +0000 (21:46 +0300)
Add the missing python-setuptools-scm/host dependency.

Fixes: 71be202c ("python-anyio: add new package")
Signed-off-by: George Sapkin <redacted>
lang/python/python-anyio/Makefile

index 985917efcf4fc3533af6491ba3f96ab89bec700d..9dad76aa0d5bc64894e846ae798e677e6962ad6e 100644 (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
git clone https://git.99rst.org/PROJECT