diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-license-expression_30.1.1.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-license-expression_30.1.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 | ||
| 27 | RDEPENDS:${PN}-ptest += " \ | 27 | RDEPENDS:${PN}-ptest += " \ |
| 28 | ${PYTHON_PN}-pytest \ | 28 | ${PYTHON_PN}-pytest \ |
| 29 | ${PYTHON_PN}-unittest-automake-output \ | ||
| 29 | " | 30 | " |
| 30 | 31 | ||
| 31 | do_install_ptest() { | 32 | do_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 | } |
