docker-compose: move to Utilities in menuconfig
it makes no sense to show docker-compose sit in Languages -> Python submenu in menuconfig, it is a tool and not a library. Move it to Utilities section like docker-ce also is. Signed-off-by: Alberto Bursi <bobafetthotmail@gmail.com>
This commit is contained in:
parent
2da8c48c39
commit
717fba218f
1 changed files with 2 additions and 3 deletions
|
@ -18,9 +18,8 @@ include ../../lang/python/python3-package.mk
|
||||||
PYTHON3_PKG_SETUP_ARGS:=
|
PYTHON3_PKG_SETUP_ARGS:=
|
||||||
|
|
||||||
define Package/docker-compose
|
define Package/docker-compose
|
||||||
SECTION:=lang
|
SECTION:=utils
|
||||||
CATEGORY:=Languages
|
CATEGORY:=Utilities
|
||||||
SUBMENU:=Python
|
|
||||||
TITLE:=Docker Compose
|
TITLE:=Docker Compose
|
||||||
URL:=https://github.com/docker/compose
|
URL:=https://github.com/docker/compose
|
||||||
DEPENDS+=+docker-ce \
|
DEPENDS+=+docker-ce \
|
||||||
|
|
Loading…
Reference in a new issue