summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-mako_1.0.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python-mako_1.0.6.bb')
-rw-r--r--meta/recipes-devtools/python/python-mako_1.0.6.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/recipes-devtools/python/python-mako_1.0.6.bb b/meta/recipes-devtools/python/python-mako_1.0.6.bb
deleted file mode 100644
index 230044e1a2..0000000000
--- a/meta/recipes-devtools/python/python-mako_1.0.6.bb
+++ /dev/null
@@ -1,17 +0,0 @@
1require python-mako.inc
2
3inherit setuptools
4
5RDEPENDS_${PN} = "python-threading \
6 python-netclient \
7 python-html \
8"
9RDEPENDS_${PN}_class-native = ""
10
11BBCLASSEXTEND = "native nativesdk"
12
13# The same utility is packaged in python3-mako, so it would conflict
14do_install_append() {
15 rm -f ${D}${bindir}/mako-render
16 rmdir ${D}${bindir}
17}