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:
785e7ee
)
python-anyio: fix dependencies
author
George Sapkin
<redacted>
Tue, 26 May 2026 15:35:02 +0000
(18:35 +0300)
committer
Alexandru Ardelean
<redacted>
Sat, 30 May 2026 18:46:27 +0000
(21:46 +0300)
Add the missing python-setuptools-scm/host dependency.
Fixes: 71be202c ("python-anyio: add new package")
Signed-off-by: George Sapkin <redacted>
lang/python/python-anyio/Makefile
patch
|
blob
|
history
diff --git
a/lang/python/python-anyio/Makefile
b/lang/python/python-anyio/Makefile
index 985917efcf4fc3533af6491ba3f96ab89bec700d..9dad76aa0d5bc64894e846ae798e677e6962ad6e 100644
(file)
--- a/
lang/python/python-anyio/Makefile
+++ b/
lang/python/python-anyio/Makefile
@@
-14,8
+14,10
@@
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE
HOST_BUILD_DEPENDS:= \
- python3/host \
- python-idna/host
+ python-idna/host \
+ python-setuptools-scm/host
+
+PKG_BUILD_DEPENDS:=python-setuptools-scm/host
include ../pypi.mk
include $(INCLUDE_DIR)/package.mk
git clone https://git.99rst.org/PROJECT