From 7986c2acaad2fb34469b143f33d2564f53340223 Mon Sep 17 00:00:00 2001 From: George Sapkin Date: Tue, 26 May 2026 18:35:02 +0300 Subject: [PATCH] python-anyio: fix dependencies Add the missing python-setuptools-scm/host dependency. Fixes: 71be202c ("python-anyio: add new package") Signed-off-by: George Sapkin --- lang/python/python-anyio/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lang/python/python-anyio/Makefile b/lang/python/python-anyio/Makefile index 985917efcf..9dad76aa0d 100644 --- a/lang/python/python-anyio/Makefile +++ b/lang/python/python-anyio/Makefile @@ -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