diff options
Diffstat (limited to 'recipes-containers/podman-compose/podman-compose_git.bb')
| -rw-r--r-- | recipes-containers/podman-compose/podman-compose_git.bb | 6 |
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" | |||
| 2 | LICENSE = "GPL-2.0-only" | 2 | LICENSE = "GPL-2.0-only" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 4 | 4 | ||
| 5 | inherit setuptools3 | 5 | inherit python_setuptools_build_meta |
| 6 | 6 | ||
| 7 | PV = "1.4.0+git" | 7 | PV = "1.5.0+git" |
| 8 | SRC_URI = "git://github.com/containers/podman-compose.git;branch=main;protocol=https" | 8 | SRC_URI = "git://github.com/containers/podman-compose.git;branch=main;protocol=https" |
| 9 | 9 | ||
| 10 | SRCREV = "8eb55735e95ee1587d0d22582aa86b9175e25ca9" | 10 | SRCREV = "f7eeda1a3db10952424af6a5b0501c269ebe3f0d" |
| 11 | 11 | ||
| 12 | DEPENDS += "python3-pyyaml-native" | 12 | DEPENDS += "python3-pyyaml-native" |
| 13 | 13 | ||
