diff --git a/utils/docker-compose/Makefile b/utils/docker-compose/Makefile index 47d7336f6..2a206f000 100644 --- a/utils/docker-compose/Makefile +++ b/utils/docker-compose/Makefile @@ -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 \