summaryrefslogtreecommitdiffstats
path: root/recipes-containers/podman-compose
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/podman-compose')
-rw-r--r--recipes-containers/podman-compose/podman-compose_git.bb (renamed from recipes-containers/podman-compose/podman-compose_1.0.6.bb)10
1 files changed, 7 insertions, 3 deletions
diff --git a/recipes-containers/podman-compose/podman-compose_1.0.6.bb b/recipes-containers/podman-compose/podman-compose_git.bb
index e055ee45..7451dffb 100644
--- a/recipes-containers/podman-compose/podman-compose_1.0.6.bb
+++ b/recipes-containers/podman-compose/podman-compose_git.bb
@@ -4,15 +4,19 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
4 4
5inherit setuptools3 5inherit setuptools3
6 6
7SRC_URI = "git://github.com/containers/podman-compose.git;branch=stable;protocol=https" 7PV = "1.3.0+git"
8SRC_URI = "git://github.com/containers/podman-compose.git;branch=main;protocol=https"
8 9
9SRCREV = "f6dbce36181c44d0d08b6f4ca166508542875ce1" 10SRCREV = "4d899edeb3d0622a986d90a6b2d7356aa550723e"
10 11
11S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
12 13
13DEPENDS += "python3-pyyaml-native" 14DEPENDS += "python3-pyyaml-native"
14 15
15RDEPENDS:${PN} += "\ 16RDEPENDS:${PN} += "\
16 python3-pyyaml \ 17 python3-asyncio \
17 python3-dotenv \ 18 python3-dotenv \
19 python3-json \
20 python3-pyyaml \
21 python3-unixadmin \
18" 22"