diff mbox series

[meta-python] python3-cbor2: Add missing hypothesis rdep for ptests

Message ID 20231105080148.963131-1-raj.khem@gmail.com
State New
Headers show
Series [meta-python] python3-cbor2: Add missing hypothesis rdep for ptests | expand

Commit Message

Khem Raj Nov. 5, 2023, 8:01 a.m. UTC
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>
---
 meta-python/recipes-devtools/python/python3-cbor2_5.5.1.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-cbor2_5.5.1.bb b/meta-python/recipes-devtools/python/python3-cbor2_5.5.1.bb
index 5d36f36e7e..c8cfaa8aa3 100644
--- a/meta-python/recipes-devtools/python/python3-cbor2_5.5.1.bb
+++ b/meta-python/recipes-devtools/python/python3-cbor2_5.5.1.bb
@@ -15,6 +15,7 @@  SRC_URI += " \
 "
 
 RDEPENDS:${PN}-ptest += " \
+       ${PYTHON_PN}-hypothesis \
        ${PYTHON_PN}-pytest \
        ${PYTHON_PN}-unixadmin \
 "