From c65276ef5e328390b54bd1f21ab86c25a79879a9 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Sun, 6 Oct 2019 22:47:47 +0200 Subject: podman-compose: initial version Add podman-compose, a docker-compose implementation for podman. The current version is not feature complete, hence not all docker-compose file work. Signed-off-by: Stefan Agner Signed-off-by: Bruce Ashfield --- recipes-containers/podman-compose_0.1.5.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes-containers/podman-compose_0.1.5.bb diff --git a/recipes-containers/podman-compose_0.1.5.bb b/recipes-containers/podman-compose_0.1.5.bb new file mode 100644 index 00000000..4015069a --- /dev/null +++ b/recipes-containers/podman-compose_0.1.5.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "An implementation of docker-compose with podman backend" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +inherit setuptools3 pypi + +SRC_URI = "git://github.com/containers/podman-compose.git" + +SRCREV = "f008986633879acf3f54848dabbf07cef8e9c68f" + +S = "${WORKDIR}/git" + +DEPENDS += "${PYTHON_PN}-pyyaml-native" + +RDEPENDS_${PN} += "${PYTHON_PN}-pyyaml" -- cgit v1.2.3-54-g00ecf