diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-10-14 20:08:41 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-10-14 20:10:02 -0700 |
| commit | 6235d55d4a430432bf3651dc97d09a58847fc05d (patch) | |
| tree | d8d23e9f0fbeaa209eb4af6a76acea1800a4584d /meta-python | |
| parent | 98b7cb5dd341e90491e68c882a6fb22ed3e2436e (diff) | |
| download | meta-openembedded-6235d55d4a430432bf3651dc97d09a58847fc05d.tar.gz | |
python3-yarl: Add missing dependency on codspeed module
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-yarl_1.15.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.15.1.bb b/meta-python/recipes-devtools/python/python3-yarl_1.15.1.bb index 0a15b2e34c..475c71bba7 100644 --- a/meta-python/recipes-devtools/python/python3-yarl_1.15.1.bb +++ b/meta-python/recipes-devtools/python/python3-yarl_1.15.1.bb | |||
| @@ -26,6 +26,7 @@ RDEPENDS:${PN} = "\ | |||
| 26 | RDEPENDS:${PN}-ptest += " \ | 26 | RDEPENDS:${PN}-ptest += " \ |
| 27 | python3-hypothesis \ | 27 | python3-hypothesis \ |
| 28 | python3-pytest \ | 28 | python3-pytest \ |
| 29 | python3-pytest-codspeed \ | ||
| 29 | python3-unittest-automake-output \ | 30 | python3-unittest-automake-output \ |
| 30 | " | 31 | " |
| 31 | 32 | ||
