summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyserial_3.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyserial_3.5.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyserial_3.5.bb19
1 files changed, 10 insertions, 9 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyserial_3.5.bb b/meta-python/recipes-devtools/python/python3-pyserial_3.5.bb
index 15646235df..ade137a385 100644
--- a/meta-python/recipes-devtools/python/python3-pyserial_3.5.bb
+++ b/meta-python/recipes-devtools/python/python3-pyserial_3.5.bb
@@ -37,14 +37,14 @@ FILES:${PN}-win32 = " \
37" 37"
38 38
39RDEPENDS:${PN} = "\ 39RDEPENDS:${PN} = "\
40 ${PYTHON_PN}-fcntl \ 40 python3-fcntl \
41 ${PYTHON_PN}-io \ 41 python3-io \
42 ${PYTHON_PN}-logging \ 42 python3-logging \
43 ${PYTHON_PN}-netclient \ 43 python3-netclient \
44 ${PYTHON_PN}-numbers \ 44 python3-numbers \
45 ${PYTHON_PN}-shell \ 45 python3-shell \
46 ${PYTHON_PN}-stringold \ 46 python3-stringold \
47 ${PYTHON_PN}-threading \ 47 python3-threading \
48" 48"
49 49
50BBCLASSEXTEND = "native nativesdk" 50BBCLASSEXTEND = "native nativesdk"
@@ -54,7 +54,8 @@ SRC_URI += " \
54" 54"
55 55
56RDEPENDS:${PN}-ptest += " \ 56RDEPENDS:${PN}-ptest += " \
57 ${PYTHON_PN}-pytest \ 57 python3-pytest \
58 python3-unittest-automake-output \
58" 59"
59 60
60do_install_ptest() { 61do_install_ptest() {