kea: remove python3 dependency of kea-admin

fix #9495

Signed-off-by: Rosy Song <rosysong@rosinson.com>
This commit is contained in:
Rosy Song 2019-07-24 10:56:41 +08:00
parent 6d9e48ab38
commit 444420423f

View file

@ -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