From: Rosy Song Date: Wed, 24 Jul 2019 02:56:41 +0000 (+0800) Subject: kea: remove python3 dependency of kea-admin X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=444420423fbbd707c41343e043d00fa2e843e483;p=openwrt-packages.git kea: remove python3 dependency of kea-admin fix #9495 Signed-off-by: Rosy Song --- diff --git a/net/kea/Makefile b/net/kea/Makefile index c60ba9d1b..d52a159a4 100644 --- a/net/kea/Makefile +++ b/net/kea/Makefile @@ -76,7 +76,7 @@ endef define Package/kea-admin $(call Package/kea/Default) TITLE+= Admin - DEPENDS:= +kea-libs +python3 + DEPENDS:= +kea-libs endef define Package/kea-ctrl