mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +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:
parent
f3522f11a9
commit
ae3e4ddcf4
@ -15,6 +15,7 @@ SRC_URI += " \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
${PYTHON_PN}-hypothesis \
|
||||
${PYTHON_PN}-pytest \
|
||||
${PYTHON_PN}-unixadmin \
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user