diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-msgpack/run-ptest | 2 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-msgpack_1.0.7.bb | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-msgpack/run-ptest b/meta-python/recipes-devtools/python/python3-msgpack/run-ptest index 5cec711696..8d2017d39c 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 | ||
3 | pytest | 3 | pytest --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 e88532e73b..5180301f7b 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 | ||
19 | RDEPENDS:${PN}-ptest += " \ | 19 | RDEPENDS:${PN}-ptest += " \ |
20 | python3-pytest \ | 20 | python3-pytest \ |
21 | python3-unittest-automake-output \ | ||
21 | " | 22 | " |
22 | 23 | ||
23 | do_install_ptest() { | 24 | do_install_ptest() { |