git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
7986c2a
)
python-uvicorn: fix dependencies
author
George Sapkin
<redacted>
Tue, 26 May 2026 16:15:26 +0000
(19:15 +0300)
committer
Alexandru 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
patch
|
blob
|
history
diff --git
a/lang/python/python-uvicorn/Makefile
b/lang/python/python-uvicorn/Makefile
index 0d6c0c186bc20348b1ea35e17fc0c099fc3368c5..a512406fedf9f8f91aaa8d5d854f7d90cf4b97a2 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT