diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-08-08 17:43:00 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-08-24 01:38:21 +0000 |
commit | 7bd56074fece944ef9279d87106eb16452ec6338 (patch) | |
tree | 18865f6214ca91912c5e137d4c3ddff41489b631 | |
parent | ac55c15a8b6c57360bde7ba9221cbeb0e945337c (diff) | |
download | meta-virtualization-7bd56074fece944ef9279d87106eb16452ec6338.tar.gz |
docker-compose: drop python variant
The python variant of docker-compose is no longer updated. We have the
golang version, so we drop this recipe to avoid use of an obselete and
potentially non-secure application.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-containers/docker-compose/python3-docker-compose_1.29.2.bb | 41 |
1 files changed, 0 insertions, 41 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 deleted file mode 100644 index 3755071c..00000000 --- a/recipes-containers/docker-compose/python3-docker-compose_1.29.2.bb +++ /dev/null | |||
@@ -1,41 +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 | 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 | " | ||