mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
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:
committed by
Alexandru Ardelean
parent
7986c2acaa
commit
bb1df369d5
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user