summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-mako.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python-mako.inc')
-rw-r--r--meta/recipes-devtools/python/python-mako.inc21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/recipes-devtools/python/python-mako.inc b/meta/recipes-devtools/python/python-mako.inc
deleted file mode 100644
index d71df956e8..0000000000
--- a/meta/recipes-devtools/python/python-mako.inc
+++ /dev/null
@@ -1,21 +0,0 @@
1SUMMARY = "Templating library for Python"
2HOMEPAGE = "http://www.makotemplates.org/"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=df7e6c7c82990acf0228a55e00d29bc9"
6
7PYPI_PACKAGE = "Mako"
8
9inherit pypi
10
11SRC_URI[md5sum] = "ad6c7dcb5d39c99f4fdf4fec892c5dee"
12SRC_URI[sha256sum] = "95ee720cc3453063788515d55bd7ce4a2a77b7b209e4ac70ec5c86091eb02541"
13
14RDEPENDS_${PN} = "${PYTHON_PN}-html \
15 ${PYTHON_PN}-netclient \
16 ${PYTHON_PN}-threading \
17"
18
19RDEPENDS_${PN}_class-native = ""
20
21BBCLASSEXTEND = "native nativesdk"