meta-virtualization/recipes-containers/podman-compose/podman-compose_git.bb
Bruce Ashfield 2cf563716f podman-compose: update to v1.2.0 -tip
Bumping podman-compose to version v1.2.0-29-g0866492, which comprises the following commits:

    8505009 Support python direct call _parse_args or run
    9fe3038 tests/integration: Automate 'build_fail' manual test
    0f8348b tests/integration: Automate 'build' manual test

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-07-16 14:26:41 +00:00

20 lines
472 B
BlitzBasic

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 \
"