Browse Source

kea: remove python3 dependency of kea-admin

fix #9495

Signed-off-by: Rosy Song <rosysong@rosinson.com>
lilik-openwrt-22.03
Rosy Song 5 years ago
parent
commit
444420423f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/kea/Makefile

+ 1
- 1
net/kea/Makefile 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


Loading…
Cancel
Save