summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/podman-compose/podman-compose_0.1.5.bb2
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"
2LICENSE = "GPLv2" 2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
4 4
5inherit setuptools3 pypi 5inherit setuptools3
6 6
7SRC_URI = "git://github.com/containers/podman-compose.git;branch=devel" 7SRC_URI = "git://github.com/containers/podman-compose.git;branch=devel"
8 8