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:
Khem Raj
2023-11-05 01:00:31 -07:00
parent f3522f11a9
commit ae3e4ddcf4

View File

@@ -15,6 +15,7 @@ SRC_URI += " \
"
RDEPENDS:${PN}-ptest += " \
${PYTHON_PN}-hypothesis \
${PYTHON_PN}-pytest \
${PYTHON_PN}-unixadmin \
"