aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-containers/podman-compose/podman-compose_0.1.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/podman-compose/podman-compose_0.1.5.bb')
-rw-r--r--recipes-containers/podman-compose/podman-compose_0.1.5.bb15
1 files changed, 0 insertions, 15 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
deleted file mode 100644
index 4015069a..00000000
--- a/recipes-containers/podman-compose/podman-compose_0.1.5.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-DESCRIPTION = "An implementation of docker-compose with podman backend"
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
-
-inherit setuptools3 pypi
-
-SRC_URI = "git://github.com/containers/podman-compose.git"
-
-SRCREV = "f008986633879acf3f54848dabbf07cef8e9c68f"
-
-S = "${WORKDIR}/git"
-
-DEPENDS += "${PYTHON_PN}-pyyaml-native"
-
-RDEPENDS_${PN} += "${PYTHON_PN}-pyyaml"