diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-26 16:07:53 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-27 07:17:22 +0700 |
commit | f03ae40724209cf76ea04f19be30aff1c5c5b186 (patch) | |
tree | 87e1a2808bf10840d2562391535ede8cb1c124a9 | |
parent | 1630ffd4474557d897ef7ca707117871692dde54 (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.info | 2 |
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" |