summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/conf/include/ptest-packagelists-meta-python.inc1
-rw-r--r--meta-python/recipes-devtools/python/python3-msgpack/run-ptest2
-rw-r--r--meta-python/recipes-devtools/python/python3-msgpack_1.0.7.bb1
3 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc
index 8593b65d7..b3ceb457d 100644
--- a/meta-python/conf/include/ptest-packagelists-meta-python.inc
+++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc
@@ -76,7 +76,6 @@ PTESTS_PROBLEMS_META_PYTHON ="\
76 python3-fastjsonschema \ 76 python3-fastjsonschema \
77 python3-gpiod \ 77 python3-gpiod \
78 python3-jsmin \ 78 python3-jsmin \
79 python3-msgpack \
80 python3-ordered-set \ 79 python3-ordered-set \
81 python3-parse \ 80 python3-parse \
82 python3-pillow \ 81 python3-pillow \
diff --git a/meta-python/recipes-devtools/python/python3-msgpack/run-ptest b/meta-python/recipes-devtools/python/python3-msgpack/run-ptest
index 5cec71169..8d2017d39 100644
--- a/meta-python/recipes-devtools/python/python3-msgpack/run-ptest
+++ b/meta-python/recipes-devtools/python/python3-msgpack/run-ptest
@@ -1,3 +1,3 @@
1#!/bin/sh 1#!/bin/sh
2 2
3pytest 3pytest --automake
diff --git a/meta-python/recipes-devtools/python/python3-msgpack_1.0.7.bb b/meta-python/recipes-devtools/python/python3-msgpack_1.0.7.bb
index e88532e73..5180301f7 100644
--- a/meta-python/recipes-devtools/python/python3-msgpack_1.0.7.bb
+++ b/meta-python/recipes-devtools/python/python3-msgpack_1.0.7.bb
@@ -18,6 +18,7 @@ SRC_URI += " \
18 18
19RDEPENDS:${PN}-ptest += " \ 19RDEPENDS:${PN}-ptest += " \
20 python3-pytest \ 20 python3-pytest \
21 python3-unittest-automake-output \
21" 22"
22 23
23do_install_ptest() { 24do_install_ptest() {