summaryrefslogtreecommitdiffstats
path: root/recipes-containers/podman-compose/podman-compose_1.0.6.bb
blob: 04c1be9bcb5b9e540dd23bba339e3cfd8478ca83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "An implementation of docker-compose with podman backend"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"

inherit setuptools3

SRC_URI = "git://github.com/containers/podman-compose.git;branch=stable;protocol=https"

SRCREV = "24ec539932580a6bc96d6eb2341141b6d7198b39"

S = "${WORKDIR}/git"

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

RDEPENDS:${PN} += "\
    ${PYTHON_PN}-pyyaml \
    ${PYTHON_PN}-dotenv \
"