summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2020-01-13 11:08:49 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-01-15 16:23:55 -0500
commit8746dc3045a399d6f10551ce96b1a78fed6907b2 (patch)
treee172bcd4df86b240dffa86f7d496e35a32cebc12
parent4e5c9f5851b4f353f2ee03a314fc7fb1f2e47398 (diff)
downloadmeta-cloud-services-8746dc3045a399d6f10551ce96b1a78fed6907b2.tar.gz
python-mako: Remove the recipe
Because there are higher versions in meta-openembedded, Remove the recipe. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-mako_0.8.1.bb12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-mako_0.8.1.bb b/meta-openstack/recipes-devtools/python/python-mako_0.8.1.bb
deleted file mode 100644
index 7fcbb01..0000000
--- a/meta-openstack/recipes-devtools/python/python-mako_0.8.1.bb
+++ /dev/null
@@ -1,12 +0,0 @@
1DESCRIPTION = "A super-fast templating language that borrows the best ideas from the existing templating languages."
2HOMEPAGE = "http://www.makotemplates.org/"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=da8dd26ed9751ee0cfdf9df1a16bbb54"
6
7PYPI_PACKAGE = "Mako"
8
9SRC_URI[md5sum] = "96d962464ce6316004af0cc48495d73e"
10SRC_URI[sha256sum] = "4791be305338b1fbe09054ec42fb606856599cdcdcde6f348858c13b5fa29158"
11
12inherit setuptools pypi