summaryrefslogtreecommitdiffstats
path: root/recipes-containers/docker-compose/python3-docker-compose_1.21.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/docker-compose/python3-docker-compose_1.21.2.bb')
-rw-r--r--recipes-containers/docker-compose/python3-docker-compose_1.21.2.bb31
1 files changed, 31 insertions, 0 deletions
diff --git a/recipes-containers/docker-compose/python3-docker-compose_1.21.2.bb b/recipes-containers/docker-compose/python3-docker-compose_1.21.2.bb
new file mode 100644
index 00000000..a7f7b1c9
--- /dev/null
+++ b/recipes-containers/docker-compose/python3-docker-compose_1.21.2.bb
@@ -0,0 +1,31 @@
1SUMMARY = "Multi-container orchestration for Docker"
2HOMEPAGE = "https://www.docker.com/"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=435b266b3899aa8a959f17d41c56def8"
5
6SRC_URI += "file://0001-docker-compose-support-newer-minor-version-of-reques.patch"
7
8inherit pypi setuptools3
9
10SRC_URI[md5sum] = "a243f59b2d286c41ff6ed1c4d4b50996"
11SRC_URI[sha256sum] = "68b07193755440d5f8d4f47e6f3484212afc255d5b785a81353ea1e9298c1c2c"
12
13RDEPENDS_${PN} = "\
14 ${PYTHON_PN}-cached-property \
15 ${PYTHON_PN}-certifi \
16 ${PYTHON_PN}-chardet \
17 ${PYTHON_PN}-colorama \
18 ${PYTHON_PN}-docker \
19 ${PYTHON_PN}-docker-pycreds \
20 ${PYTHON_PN}-dockerpty \
21 ${PYTHON_PN}-docopt \
22 ${PYTHON_PN}-idna \
23 ${PYTHON_PN}-jsonschema \
24 ${PYTHON_PN}-pyyaml \
25 ${PYTHON_PN}-requests \
26 ${PYTHON_PN}-six \
27 ${PYTHON_PN}-terminal \
28 ${PYTHON_PN}-texttable \
29 ${PYTHON_PN}-urllib3 \
30 ${PYTHON_PN}-websocket-client \
31 "