diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-12-09 22:06:58 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-10 08:56:15 -0800 |
| commit | ea2e124c95816cea35cca92396cf2b32aa35428d (patch) | |
| tree | 180288e6f3d21aecc2295a284ce3d4c1ad746907 /meta-python/recipes-devtools/python | |
| parent | 848bac20ea27afddc3843c41ad105843ad167177 (diff) | |
| download | meta-openembedded-ea2e124c95816cea35cca92396cf2b32aa35428d.tar.gz | |
python3-multidict: Add missing dependency on psutils modules for ptests
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-multidict_6.7.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-multidict_6.7.0.bb b/meta-python/recipes-devtools/python/python3-multidict_6.7.0.bb index 857cc6173b..821a880291 100644 --- a/meta-python/recipes-devtools/python/python3-multidict_6.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-multidict_6.7.0.bb | |||
| @@ -10,6 +10,7 @@ SRC_URI[sha256sum] = "c6e99d9a65ca282e578dfea819cfa9c0a62b2499d8677392e09feaf305 | |||
| 10 | 10 | ||
| 11 | RDEPENDS:${PN}-ptest += " \ | 11 | RDEPENDS:${PN}-ptest += " \ |
| 12 | python3-objgraph \ | 12 | python3-objgraph \ |
| 13 | python3-psutil \ | ||
| 13 | python3-pytest-cov \ | 14 | python3-pytest-cov \ |
| 14 | python3-pytest-codspeed \ | 15 | python3-pytest-codspeed \ |
| 15 | " | 16 | " |
