diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2021-07-16 18:41:48 +0300 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-07-20 22:51:29 -0400 |
commit | 292e63d4fd7b781c77f38671de7ade69caf56ab8 (patch) | |
tree | 198f332f0bbaf9ee910d333415124e92bffd4834 /recipes-containers/docker-compose/python3-docker-compose_1.29.2.bb | |
parent | 507adf668849a30c16edf14713f9b702e2c9eb14 (diff) | |
download | meta-virtualization-292e63d4fd7b781c77f38671de7ade69caf56ab8.tar.gz |
python3-docker-compose: Upgrade 1.29.1 -> 1.29.2
Upgrade to release 1.29.2:
- Remove prompt to use docker compose in the up command
- Bump py to 1.10.0 in requirements-indirect.txt
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/docker-compose/python3-docker-compose_1.29.2.bb')
-rw-r--r-- | recipes-containers/docker-compose/python3-docker-compose_1.29.2.bb | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/recipes-containers/docker-compose/python3-docker-compose_1.29.2.bb b/recipes-containers/docker-compose/python3-docker-compose_1.29.2.bb new file mode 100644 index 00000000..22b7150a --- /dev/null +++ b/recipes-containers/docker-compose/python3-docker-compose_1.29.2.bb | |||
@@ -0,0 +1,41 @@ | |||
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 | inherit pypi setuptools3 | ||
7 | |||
8 | SRC_URI[sha256sum] = "4c8cd9d21d237412793d18bd33110049ee9af8dab3fe2c213bbd0733959b09b7" | ||
9 | |||
10 | |||
11 | SRC_URI += "file://0001-setup.py-remove-maximum-version-requirements.patch \ | ||
12 | file://0001-setup.py-import-fastentrypoints.patch \ | ||
13 | " | ||
14 | |||
15 | DEPENDS += "${PYTHON_PN}-fastentrypoints-native" | ||
16 | |||
17 | RDEPENDS_${PN} = "\ | ||
18 | ${PYTHON_PN}-cached-property \ | ||
19 | ${PYTHON_PN}-certifi \ | ||
20 | ${PYTHON_PN}-chardet \ | ||
21 | ${PYTHON_PN}-colorama \ | ||
22 | ${PYTHON_PN}-distro \ | ||
23 | ${PYTHON_PN}-docker \ | ||
24 | ${PYTHON_PN}-docker-pycreds \ | ||
25 | ${PYTHON_PN}-dockerpty \ | ||
26 | ${PYTHON_PN}-docopt \ | ||
27 | ${PYTHON_PN}-dotenv \ | ||
28 | ${PYTHON_PN}-fcntl \ | ||
29 | ${PYTHON_PN}-idna \ | ||
30 | ${PYTHON_PN}-jsonschema \ | ||
31 | ${PYTHON_PN}-misc \ | ||
32 | ${PYTHON_PN}-paramiko \ | ||
33 | ${PYTHON_PN}-pyyaml \ | ||
34 | ${PYTHON_PN}-requests \ | ||
35 | ${PYTHON_PN}-six \ | ||
36 | ${PYTHON_PN}-terminal \ | ||
37 | ${PYTHON_PN}-texttable \ | ||
38 | ${PYTHON_PN}-urllib3 \ | ||
39 | ${PYTHON_PN}-wcwidth \ | ||
40 | ${PYTHON_PN}-websocket-client \ | ||
41 | " | ||