summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/podman-compose/podman-compose_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/podman-compose/podman-compose_git.bb b/recipes-containers/podman-compose/podman-compose_git.bb
index 26e1865f..8837fff7 100644
--- a/recipes-containers/podman-compose/podman-compose_git.bb
+++ b/recipes-containers/podman-compose/podman-compose_git.bb
@@ -4,10 +4,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
4 4
5inherit setuptools3 5inherit setuptools3
6 6
7PV = "1.3.0+git" 7PV = "1.4.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 = "4d899edeb3d0622a986d90a6b2d7356aa550723e" 10SRCREV = "8eb55735e95ee1587d0d22582aa86b9175e25ca9"
11 11
12DEPENDS += "python3-pyyaml-native" 12DEPENDS += "python3-pyyaml-native"
13 13