mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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>
This commit is contained in:
parent
ac55c15a8b
commit
7bd56074fe
|
@ -1,41 +0,0 @@
|
||||||
SUMMARY = "Multi-container orchestration for Docker"
|
|
||||||
HOMEPAGE = "https://www.docker.com/"
|
|
||||||
LICENSE = "Apache-2.0"
|
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=435b266b3899aa8a959f17d41c56def8"
|
|
||||||
|
|
||||||
inherit pypi setuptools3
|
|
||||||
|
|
||||||
SRC_URI[sha256sum] = "4c8cd9d21d237412793d18bd33110049ee9af8dab3fe2c213bbd0733959b09b7"
|
|
||||||
|
|
||||||
|
|
||||||
SRC_URI += "file://0001-setup.py-remove-maximum-version-requirements.patch \
|
|
||||||
file://0001-setup.py-import-fastentrypoints.patch \
|
|
||||||
"
|
|
||||||
|
|
||||||
DEPENDS += "${PYTHON_PN}-fastentrypoints-native"
|
|
||||||
|
|
||||||
RDEPENDS:${PN} = "\
|
|
||||||
${PYTHON_PN}-cached-property \
|
|
||||||
${PYTHON_PN}-certifi \
|
|
||||||
${PYTHON_PN}-chardet \
|
|
||||||
${PYTHON_PN}-colorama \
|
|
||||||
${PYTHON_PN}-distro \
|
|
||||||
${PYTHON_PN}-docker \
|
|
||||||
${PYTHON_PN}-docker-pycreds \
|
|
||||||
${PYTHON_PN}-dockerpty \
|
|
||||||
${PYTHON_PN}-docopt \
|
|
||||||
${PYTHON_PN}-dotenv \
|
|
||||||
${PYTHON_PN}-fcntl \
|
|
||||||
${PYTHON_PN}-idna \
|
|
||||||
${PYTHON_PN}-jsonschema \
|
|
||||||
${PYTHON_PN}-misc \
|
|
||||||
${PYTHON_PN}-paramiko \
|
|
||||||
${PYTHON_PN}-pyyaml \
|
|
||||||
${PYTHON_PN}-requests \
|
|
||||||
${PYTHON_PN}-six \
|
|
||||||
${PYTHON_PN}-terminal \
|
|
||||||
${PYTHON_PN}-texttable \
|
|
||||||
${PYTHON_PN}-urllib3 \
|
|
||||||
${PYTHON_PN}-wcwidth \
|
|
||||||
${PYTHON_PN}-websocket-client \
|
|
||||||
"
|
|
Loading…
Reference in New Issue
Block a user