mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
python-jinja2: update to version 2.9.5
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
f2b080fb47
commit
2a5e3b55f9
|
|
@ -4,11 +4,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=20c831f91dd3bd486020f672ba2be386"
|
|||
|
||||
PYPI_PACKAGE = "Jinja2"
|
||||
|
||||
SRC_URI[md5sum] = "edb51693fe22c53cee5403775c71a99e"
|
||||
SRC_URI[sha256sum] = "bc1ff2ff88dbfacefde4ddde471d1417d3b304e8df103a7a9437d47269201bf4"
|
||||
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}-lang ${PYTHON_PN}-pprint ${PYTHON_PN}-shell ${PYTHON_PN}-markupsafe \
|
||||
${PYTHON_PN}-json ${PYTHON_PN}-threading ${PYTHON_PN}-numbers"
|
||||
|
||||
CLEANBROKEN = "1"
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
inherit pypi setuptools3
|
||||
require python-jinja2.inc
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
inherit pypi setuptools3
|
||||
require python-jinja2.inc
|
||||
|
||||
# Requires _pydecimal which is in misc
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-misc \
|
||||
"
|
||||
Loading…
Reference in New Issue
Block a user