summaryrefslogtreecommitdiffstats
path: root/recipes-containers/docker-compose/python3-docker-compose_1.29.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/docker-compose/python3-docker-compose_1.29.1.bb')
-rw-r--r--recipes-containers/docker-compose/python3-docker-compose_1.29.1.bb42
1 files changed, 42 insertions, 0 deletions
diff --git a/recipes-containers/docker-compose/python3-docker-compose_1.29.1.bb b/recipes-containers/docker-compose/python3-docker-compose_1.29.1.bb
new file mode 100644
index 00000000..d74f742e
--- /dev/null
+++ b/recipes-containers/docker-compose/python3-docker-compose_1.29.1.bb
@@ -0,0 +1,42 @@
1SUMMARY = "Multi-container orchestration for Docker"
2HOMEPAGE = "https://www.docker.com/"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=435b266b3899aa8a959f17d41c56def8"
5
6inherit pypi setuptools3
7
8SRC_URI[md5sum] = "49c202544c7e2eadbbe45da8e838ae02"
9SRC_URI[sha256sum] = "d2064934f5084db8a0c4805e226447bf1fd0c928419be95afb6bd1866838c1f1"
10
11
12SRC_URI += "file://0001-setup.py-remove-maximum-version-requirements.patch \
13 file://0001-setup.py-import-fastentrypoints.patch \
14 "
15
16DEPENDS += "${PYTHON_PN}-fastentrypoints-native"
17
18RDEPENDS_${PN} = "\
19 ${PYTHON_PN}-cached-property \
20 ${PYTHON_PN}-certifi \
21 ${PYTHON_PN}-chardet \
22 ${PYTHON_PN}-colorama \
23 ${PYTHON_PN}-distro \
24 ${PYTHON_PN}-docker \
25 ${PYTHON_PN}-docker-pycreds \
26 ${PYTHON_PN}-dockerpty \
27 ${PYTHON_PN}-docopt \
28 ${PYTHON_PN}-dotenv \
29 ${PYTHON_PN}-fcntl \
30 ${PYTHON_PN}-idna \
31 ${PYTHON_PN}-jsonschema \
32 ${PYTHON_PN}-misc \
33 ${PYTHON_PN}-paramiko \
34 ${PYTHON_PN}-pyyaml \
35 ${PYTHON_PN}-requests \
36 ${PYTHON_PN}-six \
37 ${PYTHON_PN}-terminal \
38 ${PYTHON_PN}-texttable \
39 ${PYTHON_PN}-urllib3 \
40 ${PYTHON_PN}-wcwidth \
41 ${PYTHON_PN}-websocket-client \
42"