summaryrefslogtreecommitdiffstats
path: root/recipes-containers/docker-compose/python3-docker-compose_1.25.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/docker-compose/python3-docker-compose_1.25.4.bb')
-rw-r--r--recipes-containers/docker-compose/python3-docker-compose_1.25.4.bb38
1 files changed, 38 insertions, 0 deletions
diff --git a/recipes-containers/docker-compose/python3-docker-compose_1.25.4.bb b/recipes-containers/docker-compose/python3-docker-compose_1.25.4.bb
new file mode 100644
index 00000000..2dcad1e3
--- /dev/null
+++ b/recipes-containers/docker-compose/python3-docker-compose_1.25.4.bb
@@ -0,0 +1,38 @@
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] = "893fbb804a9057d6c470b5312407e0d1"
9SRC_URI[sha256sum] = "fabae2bee4abfa7bdd09125b6bbdcdda81f946c7b16e3ccc6bb2d821ef6488f3"
10
11SRC_URI += "file://0001-setup.py-remove-maximum-version-requirements.patch \
12 file://0001-setup.py-import-fastentrypoints.patch \
13 "
14
15DEPENDS += "${PYTHON_PN}-fastentrypoints-native"
16
17RDEPENDS_${PN} = "\
18 ${PYTHON_PN}-cached-property \
19 ${PYTHON_PN}-certifi \
20 ${PYTHON_PN}-chardet \
21 ${PYTHON_PN}-colorama \
22 ${PYTHON_PN}-docker \
23 ${PYTHON_PN}-docker-pycreds \
24 ${PYTHON_PN}-dockerpty \
25 ${PYTHON_PN}-docopt \
26 ${PYTHON_PN}-fcntl \
27 ${PYTHON_PN}-idna \
28 ${PYTHON_PN}-jsonschema \
29 ${PYTHON_PN}-misc \
30 ${PYTHON_PN}-paramiko \
31 ${PYTHON_PN}-pyyaml \
32 ${PYTHON_PN}-requests \
33 ${PYTHON_PN}-six \
34 ${PYTHON_PN}-terminal \
35 ${PYTHON_PN}-texttable \
36 ${PYTHON_PN}-urllib3 \
37 ${PYTHON_PN}-websocket-client \
38"