summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pytoml_0.1.21.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pytoml_0.1.21.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pytoml_0.1.21.bb18
1 files changed, 3 insertions, 15 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytoml_0.1.21.bb b/meta-python/recipes-devtools/python/python3-pytoml_0.1.21.bb
index 1717085967..15dc2f2c44 100644
--- a/meta-python/recipes-devtools/python/python3-pytoml_0.1.21.bb
+++ b/meta-python/recipes-devtools/python/python3-pytoml_0.1.21.bb
@@ -4,28 +4,16 @@ SECTION = "devel/python"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=cfff423699bdaef24331933ac4f56078" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=cfff423699bdaef24331933ac4f56078"
6 6
7SRC_URI[md5sum] = "e59dd36a559dd2a876e4c149c69e947b"
8SRC_URI[sha256sum] = "8eecf7c8d0adcff3b375b09fe403407aa9b645c499e5ab8cac670ac4a35f61e7" 7SRC_URI[sha256sum] = "8eecf7c8d0adcff3b375b09fe403407aa9b645c499e5ab8cac670ac4a35f61e7"
9 8
10inherit pypi setuptools3 ptest 9inherit pypi setuptools3 ptest-python-pytest
11 10
12BBCLASSEXTEND = "native nativesdk" 11PTEST_PYTEST_DIR = "test"
13 12
14SRC_URI += " \ 13BBCLASSEXTEND = "native nativesdk"
15 file://run-ptest \
16"
17 14
18RDEPENDS:${PN} += " \ 15RDEPENDS:${PN} += " \
19 python3-datetime \ 16 python3-datetime \
20 python3-stringold \ 17 python3-stringold \
21 " 18 "
22 19
23RDEPENDS:${PN}-ptest += " \
24 python3-pytest \
25 python3-unittest-automake-output \
26"
27
28do_install_ptest() {
29 install -d ${D}${PTEST_PATH}/test
30 cp -rf ${S}/test/* ${D}${PTEST_PATH}/test/
31}