aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-containers/podman-compose/podman-compose_0.1.5.bb
blob: bf91705a4a31ce9eb4fe5fee1d96f0d3bb218683 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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;branch=devel"

SRCREV = "6289d25a42cfdb5dfcac863b1b1b4ace32ce31b7"

S = "${WORKDIR}/git"

DEPENDS += "${PYTHON_PN}-pyyaml-native"

RDEPENDS_${PN} += "${PYTHON_PN}-pyyaml"