projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d9e48a
)
kea: remove python3 dependency of kea-admin
9555/head
author
Rosy Song
<rosysong@rosinson.com>
Wed, 24 Jul 2019 02:56:41 +0000
(10:56 +0800)
committer
Rosy 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
patch
|
blob
|
history
diff --git
a/net/kea/Makefile
b/net/kea/Makefile
index c60ba9d1b1d207750ccb9bbb5017ca85d3fb1bee..d52a159a41d99b5076159cf7d623c654d69c28c1 100644
(file)
--- a/
net/kea/Makefile
+++ b/
net/kea/Makefile
@@
-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