summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/python/python3-jinja2/run-ptest2
-rw-r--r--meta/recipes-devtools/python/python3-jinja2_3.1.2.bb10
2 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-devtools/python/python3-jinja2/run-ptest b/meta/recipes-devtools/python/python3-jinja2/run-ptest
index 5cec711696..8d2017d39c 100644
--- a/meta/recipes-devtools/python/python3-jinja2/run-ptest
+++ b/meta/recipes-devtools/python/python3-jinja2/run-ptest
@@ -1,3 +1,3 @@
1#!/bin/sh 1#!/bin/sh
2 2
3pytest 3pytest --automake
diff --git a/meta/recipes-devtools/python/python3-jinja2_3.1.2.bb b/meta/recipes-devtools/python/python3-jinja2_3.1.2.bb
index 80e0b85670..cd248cc0b4 100644
--- a/meta/recipes-devtools/python/python3-jinja2_3.1.2.bb
+++ b/meta/recipes-devtools/python/python3-jinja2_3.1.2.bb
@@ -12,8 +12,7 @@ CVE_PRODUCT = "jinja2 jinja"
12 12
13CLEANBROKEN = "1" 13CLEANBROKEN = "1"
14 14
15inherit pypi setuptools3 15inherit pypi setuptools3 ptest
16inherit ${@bb.utils.filter('DISTRO_FEATURES', 'ptest', d)}
17 16
18SRC_URI += " \ 17SRC_URI += " \
19 file://run-ptest \ 18 file://run-ptest \
@@ -25,9 +24,10 @@ do_install_ptest() {
25} 24}
26 25
27RDEPENDS:${PN}-ptest += " \ 26RDEPENDS:${PN}-ptest += " \
28 ${PYTHON_PN}-pytest \ 27 ${PYTHON_PN}-pytest \
29 ${PYTHON_PN}-toml \ 28 ${PYTHON_PN}-unittest-automake-output \
30 ${PYTHON_PN}-unixadmin \ 29 ${PYTHON_PN}-toml \
30 ${PYTHON_PN}-unixadmin \
31" 31"
32 32
33RDEPENDS:${PN} += " \ 33RDEPENDS:${PN} += " \