diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-jinja2.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-jinja2.inc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-jinja2.inc b/meta-python/recipes-devtools/python/python-jinja2.inc new file mode 100644 index 0000000000..879550beab --- /dev/null +++ b/meta-python/recipes-devtools/python/python-jinja2.inc | |||
@@ -0,0 +1,16 @@ | |||
1 | DESCRIPTION = "Python Jinja2: A small but fast and easy to use stand-alone template engine written in pure python." | ||
2 | HOMEPAGE = "https://pypi.python.org/pypi/Jinja2" | ||
3 | LICENSE = "BSD-3-Clause" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=20c831f91dd3bd486020f672ba2be386" | ||
5 | |||
6 | PR = "r0" | ||
7 | PYPI_PACKAGE = "Jinja2" | ||
8 | |||
9 | SRC_URI[md5sum] = "edb51693fe22c53cee5403775c71a99e" | ||
10 | SRC_URI[sha256sum] = "bc1ff2ff88dbfacefde4ddde471d1417d3b304e8df103a7a9437d47269201bf4" | ||
11 | |||
12 | RDEPENDS_${PN} += "${PYTHON_PN}-io ${PYTHON_PN}-pickle ${PYTHON_PN}-crypt \ | ||
13 | ${PYTHON_PN}-math ${PYTHON_PN}-netclient ${PYTHON_PN}-re ${PYTHON_PN}-textutils \ | ||
14 | ${PYTHON_PN}-lang ${PYTHON_PN}-pprint ${PYTHON_PN}-shell ${PYTHON_PN}-markupsafe" | ||
15 | |||
16 | CLEANBROKEN = "1" | ||