diff options
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 | ||
5 | inherit setuptools3 | 5 | inherit setuptools3 |
6 | 6 | ||
7 | SRC_URI = "git://github.com/containers/podman-compose.git;branch=stable;protocol=https" | 7 | PV = "1.3.0+git" |
8 | SRC_URI = "git://github.com/containers/podman-compose.git;branch=main;protocol=https" | ||
8 | 9 | ||
9 | SRCREV = "f6dbce36181c44d0d08b6f4ca166508542875ce1" | 10 | SRCREV = "4d899edeb3d0622a986d90a6b2d7356aa550723e" |
10 | 11 | ||
11 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
12 | 13 | ||
13 | DEPENDS += "python3-pyyaml-native" | 14 | DEPENDS += "python3-pyyaml-native" |
14 | 15 | ||
15 | RDEPENDS:${PN} += "\ | 16 | RDEPENDS:${PN} += "\ |
16 | python3-pyyaml \ | 17 | python3-asyncio \ |
17 | python3-dotenv \ | 18 | python3-dotenv \ |
19 | python3-json \ | ||
20 | python3-pyyaml \ | ||
21 | python3-unixadmin \ | ||
18 | " | 22 | " |