Merge pull request #13779 from bobafetthotmail/patch-1

docker-compose: move to Utilities in menuconfig
This commit is contained in:
Rosen Penev 2020-11-10 22:43:42 -08:00 committed by GitHub
commit 727c01a053
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -18,9 +18,8 @@ include ../../lang/python/python3-package.mk
PYTHON3_PKG_SETUP_ARGS:=
define Package/docker-compose
SECTION:=lang
CATEGORY:=Languages
SUBMENU:=Python
SECTION:=utils
CATEGORY:=Utilities
TITLE:=Docker Compose
URL:=https://github.com/docker/compose
DEPENDS+=+docker-ce \