diff options
-rw-r--r-- | meta/recipes-devtools/python/python3-jinja2_3.1.6.bb (renamed from meta/recipes-devtools/python/python3-jinja2_3.1.4.bb) | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb b/meta/recipes-devtools/python/python3-jinja2_3.1.6.bb index 2c02037011..de2b251049 100644 --- a/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb +++ b/meta/recipes-devtools/python/python3-jinja2_3.1.6.bb | |||
@@ -4,7 +4,7 @@ HOMEPAGE = "https://pypi.org/project/Jinja2/" | |||
4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5dc88300786f1c214c1e9827a5229462" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5dc88300786f1c214c1e9827a5229462" |
6 | 6 | ||
7 | SRC_URI[sha256sum] = "4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369" | 7 | SRC_URI[sha256sum] = "0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d" |
8 | 8 | ||
9 | PYPI_PACKAGE = "jinja2" | 9 | PYPI_PACKAGE = "jinja2" |
10 | 10 | ||
@@ -21,6 +21,9 @@ SRC_URI += " \ | |||
21 | do_install_ptest() { | 21 | do_install_ptest() { |
22 | install -d ${D}${PTEST_PATH}/tests | 22 | install -d ${D}${PTEST_PATH}/tests |
23 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 23 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |
24 | |||
25 | # test_async items require trio module | ||
26 | rm -f ${D}${PTEST_PATH}/tests/test_async.py ${D}${PTEST_PATH}/tests/test_async_filters.py | ||
24 | } | 27 | } |
25 | 28 | ||
26 | RDEPENDS:${PN}-ptest += " \ | 29 | RDEPENDS:${PN}-ptest += " \ |