summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-precise-runner_0.3.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-precise-runner_0.3.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-precise-runner_0.3.1.bb17
1 files changed, 2 insertions, 15 deletions
diff --git a/meta-python/recipes-devtools/python/python3-precise-runner_0.3.1.bb b/meta-python/recipes-devtools/python/python3-precise-runner_0.3.1.bb
index 1fb72de126..53fc31ab83 100644
--- a/meta-python/recipes-devtools/python/python3-precise-runner_0.3.1.bb
+++ b/meta-python/recipes-devtools/python/python3-precise-runner_0.3.1.bb
@@ -3,21 +3,8 @@ HOMEPAGE = "https://github.com/MycroftAI/mycroft-precise"
3LICENSE = "Apache-2.0" 3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://README.md;md5=2ad29e930f3107d52d2a55728bf62116" 4LIC_FILES_CHKSUM = "file://README.md;md5=2ad29e930f3107d52d2a55728bf62116"
5 5
6SRC_URI[md5sum] = "a2434be110444192e804f4dada0ccecf"
7SRC_URI[sha256sum] = "1a464209fb4bf0a3f5d5a428310cb2a70487a01a6bc3a960d1dda90af896b80d" 6SRC_URI[sha256sum] = "1a464209fb4bf0a3f5d5a428310cb2a70487a01a6bc3a960d1dda90af896b80d"
8 7
9inherit pypi setuptools3 ptest 8inherit pypi setuptools3 ptest-python-pytest
10 9
11SRC_URI += " \ 10PTEST_PYTEST_DIR = "test"
12 file://run-ptest \
13"
14
15RDEPENDS:${PN}-ptest += " \
16 python3-pytest \
17 python3-unittest-automake-output \
18"
19
20do_install_ptest() {
21 install -d ${D}${PTEST_PATH}/test
22 cp -rf ${S}/test/* ${D}${PTEST_PATH}/test/
23}