summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/python/python3-license-expression/run-ptest2
-rw-r--r--meta/recipes-devtools/python/python3-license-expression_30.1.1.bb2
2 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-license-expression/run-ptest b/meta/recipes-devtools/python/python3-license-expression/run-ptest
index 5cec711696..8d2017d39c 100644
--- a/meta/recipes-devtools/python/python3-license-expression/run-ptest
+++ b/meta/recipes-devtools/python/python3-license-expression/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-license-expression_30.1.1.bb b/meta/recipes-devtools/python/python3-license-expression_30.1.1.bb
index 31fb88d6e5..92ca419e4a 100644
--- a/meta/recipes-devtools/python/python3-license-expression_30.1.1.bb
+++ b/meta/recipes-devtools/python/python3-license-expression_30.1.1.bb
@@ -26,6 +26,7 @@ SRC_URI += " \
26 26
27RDEPENDS:${PN}-ptest += " \ 27RDEPENDS:${PN}-ptest += " \
28 ${PYTHON_PN}-pytest \ 28 ${PYTHON_PN}-pytest \
29 ${PYTHON_PN}-unittest-automake-output \
29" 30"
30 31
31do_install_ptest() { 32do_install_ptest() {
@@ -33,4 +34,5 @@ do_install_ptest() {
33 install -d ${D}${PTEST_PATH}/src 34 install -d ${D}${PTEST_PATH}/src
34 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ 35 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
35 cp -rf ${S}/src/* ${D}${PTEST_PATH}/src/ 36 cp -rf ${S}/src/* ${D}${PTEST_PATH}/src/
37 cp -rf ${S}/setup.cfg ${D}${PTEST_PATH}/
36} 38}