diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-15 21:42:49 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-17 11:01:17 +0000 |
| commit | 60d317796afe25d16f146349528a1a15021b2fbf (patch) | |
| tree | 8c955a450a720cc4352a62479bb4c98bffeaaa85 /meta/recipes-devtools/python/python3-jinja2_2.11.3.bb | |
| parent | dabae8722bb7bd5fc26db01614fcff2be66b13c8 (diff) | |
| download | poky-60d317796afe25d16f146349528a1a15021b2fbf.tar.gz | |
python3-jinja2: upgrade 2.11.2 -> 2.11.3
(From OE-Core rev: d6d469b73703fc8f0b30aa7f71525306a911a85c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-jinja2_2.11.3.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-jinja2_2.11.3.bb | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-jinja2_2.11.3.bb b/meta/recipes-devtools/python/python3-jinja2_2.11.3.bb new file mode 100644 index 0000000000..19a4eee11a --- /dev/null +++ b/meta/recipes-devtools/python/python3-jinja2_2.11.3.bb | |||
| @@ -0,0 +1,45 @@ | |||
| 1 | DESCRIPTION = "Python Jinja2: A small but fast and easy to use stand-alone template engine written in pure python." | ||
| 2 | |||
| 3 | LICENSE = "BSD-3-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=5dc88300786f1c214c1e9827a5229462" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "a6d58433de0ae800347cab1fa3043cebbabe8baa9d29e668f1c768cb87a333c6" | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "Jinja2" | ||
| 9 | |||
| 10 | CLEANBROKEN = "1" | ||
| 11 | |||
| 12 | inherit pypi setuptools3 | ||
| 13 | # ptest disabled in OE-Core for now due to missing dependencies | ||
| 14 | |||
| 15 | |||
| 16 | SRC_URI += " \ | ||
| 17 | file://run-ptest \ | ||
| 18 | " | ||
| 19 | |||
| 20 | do_install_ptest() { | ||
| 21 | install -d ${D}${PTEST_PATH}/tests | ||
| 22 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
| 23 | } | ||
| 24 | |||
| 25 | RDEPENDS_${PN}-ptest += " \ | ||
| 26 | ${PYTHON_PN}-pytest \ | ||
| 27 | ${PYTHON_PN}-unixadmin \ | ||
| 28 | " | ||
| 29 | |||
| 30 | RDEPENDS_${PN} += " \ | ||
| 31 | ${PYTHON_PN}-asyncio \ | ||
| 32 | ${PYTHON_PN}-crypt \ | ||
| 33 | ${PYTHON_PN}-io \ | ||
| 34 | ${PYTHON_PN}-json \ | ||
| 35 | ${PYTHON_PN}-markupsafe \ | ||
| 36 | ${PYTHON_PN}-math \ | ||
| 37 | ${PYTHON_PN}-netclient \ | ||
| 38 | ${PYTHON_PN}-numbers\ | ||
| 39 | ${PYTHON_PN}-pickle \ | ||
| 40 | ${PYTHON_PN}-pprint \ | ||
| 41 | ${PYTHON_PN}-shell \ | ||
| 42 | ${PYTHON_PN}-threading \ | ||
| 43 | " | ||
| 44 | |||
| 45 | BBCLASSEXTEND = "native nativesdk" | ||
