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

Fixes: 072fde3b ("python-uvicorn: add new package")
Signed-off-by: George Sapkin <redacted>
lang/python/python-uvicorn/Makefile

index 0d6c0c186bc20348b1ea35e17fc0c099fc3368c5..a512406fedf9f8f91aaa8d5d854f7d90cf4b97a2 100644 (file)
@@ -14,9 +14,11 @@ PKG_LICENSE:=BSD-3-Clause
 PKG_LICENSE_FILES:=LICENSE.md
 
 HOST_BUILD_DEPENDS:= \
-       python3/host \
        python-click/host \
-       python-h11/host
+       python-h11/host \
+       python-hatchling/host
+
+PKG_BUILD_DEPENDS:=python-hatchling/host
 
 include ../pypi.mk
 include $(INCLUDE_DIR)/package.mk
git clone https://git.99rst.org/PROJECT