aboutsummaryrefslogtreecommitdiff
path: root/net/kea
diff options
context:
space:
mode:
authorRosy Song <rosysong@rosinson.com>2019-07-24 10:56:41 +0800
committerRosy Song <rosysong@rosinson.com>2019-07-24 10:56:41 +0800
commit444420423fbbd707c41343e043d00fa2e843e483 (patch)
tree67eb5f91dfb139ae47df654f61cc956fa368d930 /net/kea
parent6d9e48ab38332b369d16b997b633e43038987539 (diff)
kea: remove python3 dependency of kea-admin
fix #9495 Signed-off-by: Rosy Song <rosysong@rosinson.com>
Diffstat (limited to 'net/kea')
-rw-r--r--net/kea/Makefile2
1 files changed, 1 insertions, 1 deletions
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