diff --git a/lang/python/python-uvicorn/Makefile b/lang/python/python-uvicorn/Makefile index 0d6c0c186b..a512406fed 100644 --- a/lang/python/python-uvicorn/Makefile +++ b/lang/python/python-uvicorn/Makefile @@ -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