summaryrefslogtreecommitdiffstats
path: root/external/meta-virtualization/recipes-containers/podman-compose/podman-compose_0.1.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'external/meta-virtualization/recipes-containers/podman-compose/podman-compose_0.1.5.bb')
-rw-r--r--external/meta-virtualization/recipes-containers/podman-compose/podman-compose_0.1.5.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/external/meta-virtualization/recipes-containers/podman-compose/podman-compose_0.1.5.bb b/external/meta-virtualization/recipes-containers/podman-compose/podman-compose_0.1.5.bb
new file mode 100644
index 00000000..4015069a
--- /dev/null
+++ b/external/meta-virtualization/recipes-containers/podman-compose/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"