kea: remove python3 dependency of kea-admin

fix #9495

Signed-off-by: Rosy Song <rosysong@rosinson.com>
(cherry picked from commit 444420423f)
This commit is contained in:
Rosy Song 2019-07-24 10:56:41 +08:00 committed by Rosen Penev
parent efde7c454e
commit 07538f535a
No known key found for this signature in database
GPG key ID: 36D31CFA845F0E3B

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