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:
3d8d2bd
)
docker-compose: Updated `docker-ce` -> `docker`
author
Gerard Ryan
<G.M0N3Y.2503@gmail.com>
Mon, 9 Nov 2020 08:33:26 +0000
(18:33 +1000)
committer
Daniel Golle
<dangowrt@users.noreply.github.com>
Tue, 15 Dec 2020 12:52:33 +0000
(12:52 +0000)
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
utils/docker-compose/Makefile
patch
|
blob
|
history
diff --git
a/utils/docker-compose/Makefile
b/utils/docker-compose/Makefile
index 47d7336f6cc7994e50c602fbf5fc96ff4f43a1e4..2a206f00026303644dd0951399eabe8fa08f3c68 100644
(file)
--- 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 \