aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2023-05-26 16:07:53 -0600
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-27 07:17:22 +0700
commitf03ae40724209cf76ea04f19be30aff1c5c5b186 (patch)
tree87e1a2808bf10840d2562391535ede8cb1c124a9
parent1630ffd4474557d897ef7ca707117871692dde54 (diff)
system/docker-compose: REQUIRES updated for renamed python deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/docker-compose/docker-compose.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/docker-compose/docker-compose.info b/system/docker-compose/docker-compose.info
index 6f39173a6f499..ca9641debbfa3 100644
--- a/system/docker-compose/docker-compose.info
+++ b/system/docker-compose/docker-compose.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/04/93/8547a7701e44b0ea24735d19
MD5SUM="9dbc93a798fcda7b871ed6d580dc1a18"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python2-PyYAML docopt jsonschema python2-cached-property python2-docker python2-dockerpty python2-texttable"
+REQUIRES="python2-PyYAML python2-docopt jsonschema python2-cached-property python2-docker python2-dockerpty python2-texttable"
MAINTAINER="Audrius Kažukauskas"
EMAIL="audrius@neutrino.lt"