summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pint_0.19.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pint_0.19.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pint_0.19.1.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pint_0.19.1.bb b/meta-python/recipes-devtools/python/python3-pint_0.19.1.bb
index e1c471e064..4402908a35 100644
--- a/meta-python/recipes-devtools/python/python3-pint_0.19.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pint_0.19.1.bb
@@ -27,9 +27,5 @@ RDEPENDS:${PN} += " \
27 27
28RDEPENDS:${PN}-ptest += " \ 28RDEPENDS:${PN}-ptest += " \
29 ${PYTHON_PN}-pytest \ 29 ${PYTHON_PN}-pytest \
30 ${PYTHON_PN}-pytest-subtests \
30" 31"
31
32do_install_ptest() {
33 install -d ${D}${PTEST_PATH}/testsuite
34 cp -rf ${S}/pint/testsuite/* ${D}${PTEST_PATH}/testsuite/
35}