diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-11-05 01:00:31 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-11-06 08:47:48 -0800 |
commit | ae3e4ddcf4c0ecd98b3315fe86fe37f1c245c03e (patch) | |
tree | 6d46b2a8613ae50bf7f25e5c42654986e650e476 /meta-python/recipes-devtools/python | |
parent | f3522f11a98da0468a5938b9807a5c540308736e (diff) | |
download | meta-openembedded-ae3e4ddcf4c0ecd98b3315fe86fe37f1c245c03e.tar.gz |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-cbor2_5.5.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 += " \ | |||
15 | " | 15 | " |
16 | 16 | ||
17 | RDEPENDS:${PN}-ptest += " \ | 17 | RDEPENDS:${PN}-ptest += " \ |
18 | ${PYTHON_PN}-hypothesis \ | ||
18 | ${PYTHON_PN}-pytest \ | 19 | ${PYTHON_PN}-pytest \ |
19 | ${PYTHON_PN}-unixadmin \ | 20 | ${PYTHON_PN}-unixadmin \ |
20 | " | 21 | " |