summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-mako_1.1.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3-mako_1.1.5.bb')
-rw-r--r--meta/recipes-devtools/python/python3-mako_1.1.5.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-mako_1.1.5.bb b/meta/recipes-devtools/python/python3-mako_1.1.5.bb
new file mode 100644
index 0000000000..f8be44a837
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-mako_1.1.5.bb
@@ -0,0 +1,18 @@
1SUMMARY = "Templating library for Python"
2HOMEPAGE = "http://www.makotemplates.org/"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=943eb67718222db21d44a4ef1836675f"
6
7PYPI_PACKAGE = "Mako"
8
9inherit pypi setuptools3
10
11SRC_URI[sha256sum] = "169fa52af22a91900d852e937400e79f535496191c63712e3b9fda5a9bed6fc3"
12
13RDEPENDS:${PN} = "${PYTHON_PN}-html \
14 ${PYTHON_PN}-netclient \
15 ${PYTHON_PN}-threading \
16"
17
18BBCLASSEXTEND = "native nativesdk"