mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
python-anyio: fix dependencies
Add the missing python-setuptools-scm/host dependency.
Fixes: 71be202c ("python-anyio: add new package")
Signed-off-by: George Sapkin <george@sapk.in>
This commit is contained in:
committed by
Alexandru Ardelean
parent
785e7ee306
commit
7986c2acaa
@@ -14,8 +14,10 @@ PKG_LICENSE:=MIT
|
|||||||
PKG_LICENSE_FILES:=LICENSE
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
|
|
||||||
HOST_BUILD_DEPENDS:= \
|
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 ../pypi.mk
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|||||||
Reference in New Issue
Block a user