summaryrefslogtreecommitdiffstats
path: root/recipes-containers/podman-compose/podman-compose_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/podman-compose/podman-compose_git.bb')
-rw-r--r--recipes-containers/podman-compose/podman-compose_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-containers/podman-compose/podman-compose_git.bb b/recipes-containers/podman-compose/podman-compose_git.bb
index 8837fff7..a8a73ba8 100644
--- a/recipes-containers/podman-compose/podman-compose_git.bb
+++ b/recipes-containers/podman-compose/podman-compose_git.bb
@@ -2,12 +2,12 @@ DESCRIPTION = "An implementation of docker-compose with podman backend"
2LICENSE = "GPL-2.0-only" 2LICENSE = "GPL-2.0-only"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
4 4
5inherit setuptools3 5inherit python_setuptools_build_meta
6 6
7PV = "1.4.0+git" 7PV = "1.5.0+git"
8SRC_URI = "git://github.com/containers/podman-compose.git;branch=main;protocol=https" 8SRC_URI = "git://github.com/containers/podman-compose.git;branch=main;protocol=https"
9 9
10SRCREV = "8eb55735e95ee1587d0d22582aa86b9175e25ca9" 10SRCREV = "f7eeda1a3db10952424af6a5b0501c269ebe3f0d"
11 11
12DEPENDS += "python3-pyyaml-native" 12DEPENDS += "python3-pyyaml-native"
13 13