Merge pull request #9555 from rosysong/kea-fix

kea: remove python3 dependency of kea-admin
This commit is contained in:
Rosen Penev 2019-07-25 10:29:20 -07:00 committed by GitHub
commit eac6462bb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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