summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-arrow/run-ptest3
-rw-r--r--meta-python/recipes-devtools/python/python3-arrow_1.3.0.bb13
2 files changed, 1 insertions, 15 deletions
diff --git a/meta-python/recipes-devtools/python/python3-arrow/run-ptest b/meta-python/recipes-devtools/python/python3-arrow/run-ptest
deleted file mode 100644
index 8d2017d39c..0000000000
--- a/meta-python/recipes-devtools/python/python3-arrow/run-ptest
+++ /dev/null
@@ -1,3 +0,0 @@
1#!/bin/sh
2
3pytest --automake
diff --git a/meta-python/recipes-devtools/python/python3-arrow_1.3.0.bb b/meta-python/recipes-devtools/python/python3-arrow_1.3.0.bb
index c1b7c1a433..7ce9583d2a 100644
--- a/meta-python/recipes-devtools/python/python3-arrow_1.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-arrow_1.3.0.bb
@@ -6,26 +6,15 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=14a2e29a9d542fb9052d75344d67619d"
6 6
7SRC_URI[sha256sum] = "d4540617648cb5f895730f1ad8c82a65f2dad0166f57b75f3ca54759c4d67a85" 7SRC_URI[sha256sum] = "d4540617648cb5f895730f1ad8c82a65f2dad0166f57b75f3ca54759c4d67a85"
8 8
9inherit pypi python_flit_core ptest 9inherit pypi python_flit_core ptest-python-pytest
10
11SRC_URI += " \
12 file://run-ptest \
13"
14 10
15RDEPENDS:${PN}-ptest += " \ 11RDEPENDS:${PN}-ptest += " \
16 python3-dateutil-zoneinfo \ 12 python3-dateutil-zoneinfo \
17 python3-pytest \
18 python3-pytest-mock \ 13 python3-pytest-mock \
19 python3-pytz \ 14 python3-pytz \
20 python3-simplejson \ 15 python3-simplejson \
21 python3-unittest-automake-output \
22" 16"
23 17
24do_install_ptest() {
25 install -d ${D}${PTEST_PATH}/tests
26 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
27}
28
29RDEPENDS:${PN} += " \ 18RDEPENDS:${PN} += " \
30 python3-compression \ 19 python3-compression \
31 python3-dateutil \ 20 python3-dateutil \