diff options
-rw-r--r-- | recipes-containers/podman-compose/podman-compose_0.1.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/podman-compose/podman-compose_0.1.5.bb b/recipes-containers/podman-compose/podman-compose_0.1.5.bb index bf91705a..1b91a92c 100644 --- a/recipes-containers/podman-compose/podman-compose_0.1.5.bb +++ b/recipes-containers/podman-compose/podman-compose_0.1.5.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "An implementation of docker-compose with podman backend" | |||
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
4 | 4 | ||
5 | inherit setuptools3 pypi | 5 | inherit setuptools3 |
6 | 6 | ||
7 | SRC_URI = "git://github.com/containers/podman-compose.git;branch=devel" | 7 | SRC_URI = "git://github.com/containers/podman-compose.git;branch=devel" |
8 | 8 | ||