diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-03-08 07:47:27 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-03-21 17:31:28 -0400 |
commit | 0ac7cbd51a005159a2d2ee80a26eacccccbee5b3 (patch) | |
tree | 4e9e5bee0fb6b03879c0e35ff8e5b5db7fb2fc88 /recipes-containers/podman-compose/podman-compose_1.0.3.bb | |
parent | 037f0d3155179dd9a03de04cea7d36eb5963ce20 (diff) | |
download | meta-virtualization-0ac7cbd51a005159a2d2ee80a26eacccccbee5b3.tar.gz |
podman-compose: update to 1.0.3
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
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.bb | 15 |
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 @@ | |||
1 | DESCRIPTION = "An implementation of docker-compose with podman backend" | ||
2 | LICENSE = "GPL-2.0-only" | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
4 | |||
5 | inherit setuptools3 | ||
6 | |||
7 | SRC_URI = "git://github.com/containers/podman-compose.git;branch=devel;protocol=https" | ||
8 | |||
9 | SRCREV = "1555417958dfce23f03eeb7c1e85caacac7469b3" | ||
10 | |||
11 | S = "${WORKDIR}/git" | ||
12 | |||
13 | DEPENDS += "${PYTHON_PN}-pyyaml-native" | ||
14 | |||
15 | RDEPENDS:${PN} += "${PYTHON_PN}-pyyaml" | ||