python-uvicorn: fix dependencies

Add the missing python-hatchling/host dependency.

Fixes: 072fde3b ("python-uvicorn: add new package")
Signed-off-by: George Sapkin <george@sapk.in>
This commit is contained in:
George Sapkin
2026-05-26 19:15:26 +03:00
committed by Alexandru Ardelean
parent 7986c2acaa
commit bb1df369d5
+4 -2
View File
@@ -14,9 +14,11 @@ PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=LICENSE.md PKG_LICENSE_FILES:=LICENSE.md
HOST_BUILD_DEPENDS:= \ HOST_BUILD_DEPENDS:= \
python3/host \
python-click/host \ python-click/host \
python-h11/host python-h11/host \
python-hatchling/host
PKG_BUILD_DEPENDS:=python-hatchling/host
include ../pypi.mk include ../pypi.mk
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk