| DESCRIPTION = "Python Jinja2: A small but fast and easy to use stand-alone template engine written in pure python." |
| LICENSE = "BSD-3-Clause" |
| LIC_FILES_CHKSUM = "file://LICENSE;md5=20c831f91dd3bd486020f672ba2be386" |
| |
| PYPI_PACKAGE = "Jinja2" |
| |
| SRC_URI[md5sum] = "9e55f0db6620dd99a1b366183a94270d" |
| SRC_URI[sha256sum] = "702a24d992f856fa8d5a7a36db6128198d0c21e1da34448ca236c42e92384825" |
| |
| RDEPENDS_${PN} += "${PYTHON_PN}-io ${PYTHON_PN}-pickle ${PYTHON_PN}-crypt \ |
| ${PYTHON_PN}-math ${PYTHON_PN}-netclient ${PYTHON_PN}-re ${PYTHON_PN}-textutils \ |
| ${PYTHON_PN}-lang ${PYTHON_PN}-pprint ${PYTHON_PN}-shell ${PYTHON_PN}-markupsafe \ |
| ${PYTHON_PN}-json ${PYTHON_PN}-threading ${PYTHON_PN}-numbers" |
| |
| CLEANBROKEN = "1" |