diff options
author | Mingli Yu <mingli.yu@windriver.com> | 2022-09-01 10:39:18 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-09-01 00:37:27 -0700 |
commit | 6d9291c7e05fa230557d1fa92348a7774de6ff1b (patch) | |
tree | 1b41abb22325d6a9ecb0486bbcfa89f7493ced92 /meta-python/recipes-devtools/python | |
parent | e253aa31eaccc8dcce224d1b3830b26b2490cfb2 (diff) | |
download | meta-openembedded-6d9291c7e05fa230557d1fa92348a7774de6ff1b.tar.gz |
python3-pyzmq: Add RDEPENDS for python3-pyzmq-ptest
Fixes:
# ./run-ptest
./run-ptest: line 3: pytest: command not found
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyzmq_23.2.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyzmq_23.2.1.bb b/meta-python/recipes-devtools/python/python3-pyzmq_23.2.1.bb index d91d71b27..ea6391f3d 100644 --- a/meta-python/recipes-devtools/python/python3-pyzmq_23.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-pyzmq_23.2.1.bb | |||
@@ -32,6 +32,7 @@ RDEPENDS:${PN} += "\ | |||
32 | 32 | ||
33 | RDEPENDS:${PN}-ptest += "\ | 33 | RDEPENDS:${PN}-ptest += "\ |
34 | ${PN}-test \ | 34 | ${PN}-test \ |
35 | ${PYTHON_PN}-pytest \ | ||
35 | " | 36 | " |
36 | 37 | ||
37 | do_compile:prepend() { | 38 | do_compile:prepend() { |