summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-08-08 17:43:00 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-08-24 01:38:21 +0000
commit7bd56074fece944ef9279d87106eb16452ec6338 (patch)
tree18865f6214ca91912c5e137d4c3ddff41489b631
parentac55c15a8b6c57360bde7ba9221cbeb0e945337c (diff)
downloadmeta-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.bb41
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 @@
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[sha256sum] = "4c8cd9d21d237412793d18bd33110049ee9af8dab3fe2c213bbd0733959b09b7"
9
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}-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"