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:
parent
efde7c454e
commit
07538f535a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue