summaryrefslogtreecommitdiffstats
path: root/recipes-containers/podman-compose/podman-compose_1.0.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/podman-compose/podman-compose_1.0.3.bb')
-rw-r--r--recipes-containers/podman-compose/podman-compose_1.0.3.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-containers/podman-compose/podman-compose_1.0.3.bb b/recipes-containers/podman-compose/podman-compose_1.0.3.bb
new file mode 100644
index 00000000..2b2d1a3a
--- /dev/null
+++ b/recipes-containers/podman-compose/podman-compose_1.0.3.bb
@@ -0,0 +1,15 @@
1DESCRIPTION = "An implementation of docker-compose with podman backend"
2LICENSE = "GPL-2.0-only"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
4
5inherit setuptools3
6
7SRC_URI = "git://github.com/containers/podman-compose.git;branch=devel;protocol=https"
8
9SRCREV = "1555417958dfce23f03eeb7c1e85caacac7469b3"
10
11S = "${WORKDIR}/git"
12
13DEPENDS += "${PYTHON_PN}-pyyaml-native"
14
15RDEPENDS:${PN} += "${PYTHON_PN}-pyyaml"