mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-09 22:00:00 +00:00
python3-cbor2: Add missing hypothesis rdep for ptests
Fixes ImportError while importing test module '/usr/lib/python3-cbor2/ptest/tests/test_encoder.py'. E ModuleNotFoundError: No module named 'hypothesis' Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -15,6 +15,7 @@ SRC_URI += " \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
${PYTHON_PN}-hypothesis \
|
||||
${PYTHON_PN}-pytest \
|
||||
${PYTHON_PN}-unixadmin \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user