summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-xlrd/run-ptest3
-rw-r--r--meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb8
2 files changed, 1 insertions, 10 deletions
diff --git a/meta-python/recipes-devtools/python/python3-xlrd/run-ptest b/meta-python/recipes-devtools/python/python3-xlrd/run-ptest
deleted file mode 100644
index 8d2017d39c..0000000000
--- a/meta-python/recipes-devtools/python/python3-xlrd/run-ptest
+++ /dev/null
@@ -1,3 +0,0 @@
1#!/bin/sh
2
3pytest --automake
diff --git a/meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb b/meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb
index aedf483bef..5c572c615b 100644
--- a/meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb
@@ -10,13 +10,12 @@ SRC_URI[sha256sum] = "f72f148f54442c6b056bf931dbc34f986fd0c3b0b6b5a58d013c9aef27
10 10
11 11
12SRC_URI = "git://github.com/python-excel/xlrd.git;branch=master;protocol=https \ 12SRC_URI = "git://github.com/python-excel/xlrd.git;branch=master;protocol=https \
13 file://run-ptest \
14" 13"
15SRCREV = "b8d573e11ec149da695d695c81a156232b89a949" 14SRCREV = "b8d573e11ec149da695d695c81a156232b89a949"
16 15
17S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
18 17
19inherit ptest setuptools3 18inherit ptest-python-pytest setuptools3
20 19
21RDEPENDS:${PN} += " \ 20RDEPENDS:${PN} += " \
22 python3-compression \ 21 python3-compression \
@@ -31,9 +30,4 @@ RDEPENDS:${PN}-ptest += " \
31 python3-unittest-automake-output \ 30 python3-unittest-automake-output \
32" 31"
33 32
34do_install_ptest() {
35 install -d ${D}${PTEST_PATH}/tests
36 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
37}
38
39BBCLASSEXTEND = "native nativesdk" 33BBCLASSEXTEND = "native nativesdk"