aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-heat-cfntools_1.2.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-heat-cfntools_1.2.8.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-heat-cfntools_1.2.8.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-heat-cfntools_1.2.8.bb b/meta-openstack/recipes-devtools/python/python-heat-cfntools_1.2.8.bb
deleted file mode 100644
index bb8f5476..00000000
--- a/meta-openstack/recipes-devtools/python/python-heat-cfntools_1.2.8.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-DESCRIPTION = "Tools required to be installed on Heat provisioned cloud instances"
-HOMEPAGE = "https://github.com/openstack/heat-cfntools"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
-
-SRC_URI[md5sum] = "0d5f8e7685e7f9a34dbd2552ffa40984"
-SRC_URI[sha256sum] = "de7d93338d3afb71cc4c53d713740316ead0af3a9c869b1231617347e94a8326"
-
-inherit setuptools3 pypi
-
-DEPENDS += "\
- python-pbr \
- "
-
-RDPENDS_${PN} += "\
- python-pbr \
- "