blob: 0ee171dc88ada41380c7d4204a5c3f58a1d04c71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
DESCRIPTION = "An implementation of docker-compose with podman backend"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
inherit setuptools3
PV = "1.2.0+git"
SRC_URI = "git://github.com/containers/podman-compose.git;branch=main;protocol=https"
SRCREV = "0866492a7e9f568d3062da6d7f4e8f4abdfb8028"
S = "${WORKDIR}/git"
DEPENDS += "python3-pyyaml-native"
RDEPENDS:${PN} += "\
python3-pyyaml \
python3-dotenv \
"
|