diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-09-15 08:26:40 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-09-15 08:28:03 -0700 |
commit | 81e9af3ed02e8ec655aa9ae4e8f26fb11eb434fc (patch) | |
tree | 3fc72ce5243e0e49266a4f5fcc9fc3842bb95506 /meta-python | |
parent | 8233ca7595d2ce05a8ace6ffdc3dfb2ba031681e (diff) | |
download | meta-openembedded-81e9af3ed02e8ec655aa9ae4e8f26fb11eb434fc.tar.gz |
python3-wrapt: Add missing rdep on misc modules for ptests
Needed for 'this', 'abc' modules
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-wrapt_1.16.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-wrapt_1.16.0.bb b/meta-python/recipes-devtools/python/python3-wrapt_1.16.0.bb index 056323cd39..398d2fa6b7 100644 --- a/meta-python/recipes-devtools/python/python3-wrapt_1.16.0.bb +++ b/meta-python/recipes-devtools/python/python3-wrapt_1.16.0.bb | |||
@@ -12,7 +12,9 @@ SRC_URI += " \ | |||
12 | file://run-ptest \ | 12 | file://run-ptest \ |
13 | " | 13 | " |
14 | 14 | ||
15 | # python3-misc for 'this' module | ||
15 | RDEPENDS:${PN}-ptest += " \ | 16 | RDEPENDS:${PN}-ptest += " \ |
17 | python3-misc \ | ||
16 | python3-pytest \ | 18 | python3-pytest \ |
17 | python3-unittest-automake-output \ | 19 | python3-unittest-automake-output \ |
18 | " | 20 | " |