docker-compose: Updated docker-ce -> docker

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
This commit is contained in:
Gerard Ryan 2020-11-09 18:33:26 +10:00 committed by Daniel Golle
parent 3d8d2bd083
commit 8caf2fea0f

View file

@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=docker-compose
PKG_VERSION:=1.27.4
PKG_RELEASE:=1
PKG_RELEASE:=2
PYPI_NAME:=docker-compose
PKG_HASH:=5a5690f24c27d4b43dcbe6b3fae91ba680713208e99ee863352b3bae37bcaa83
@ -22,7 +22,7 @@ define Package/docker-compose
CATEGORY:=Utilities
TITLE:=Docker Compose
URL:=https://github.com/docker/compose
DEPENDS+=+docker-ce \
DEPENDS+=+docker \
+python3-light \
+python3-cached-property \
+python3-distro \