kea: remove python3 dependency of kea-admin 9555/head
authorRosy Song <rosysong@rosinson.com>
Wed, 24 Jul 2019 02:56:41 +0000 (10:56 +0800)
committerRosy Song <rosysong@rosinson.com>
Wed, 24 Jul 2019 02:56:41 +0000 (10:56 +0800)
fix #9495

Signed-off-by: Rosy Song <rosysong@rosinson.com>
net/kea/Makefile

index c60ba9d1b1d207750ccb9bbb5017ca85d3fb1bee..d52a159a41d99b5076159cf7d623c654d69c28c1 100644 (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