diff options
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.bb | 31 |
1 files changed, 0 insertions, 31 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 deleted file mode 100644 index a8950059..00000000 --- a/recipes-containers/docker-compose/python3-docker-compose_1.21.2.bb +++ /dev/null | |||
@@ -1,31 +0,0 @@ | |||
1 | SUMMARY = "Multi-container orchestration for Docker" | ||
2 | HOMEPAGE = "https://www.docker.com/" | ||
3 | LICENSE = "Apache-2.0" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=435b266b3899aa8a959f17d41c56def8" | ||
5 | |||
6 | SRC_URI += "file://0001-setup.py-remove-maximum-version-requirements.patch" | ||
7 | |||
8 | inherit pypi setuptools3 | ||
9 | |||
10 | SRC_URI[md5sum] = "a243f59b2d286c41ff6ed1c4d4b50996" | ||
11 | SRC_URI[sha256sum] = "68b07193755440d5f8d4f47e6f3484212afc255d5b785a81353ea1e9298c1c2c" | ||
12 | |||
13 | RDEPENDS_${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 | " | ||