diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-12-21 12:58:22 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-21 12:58:57 -0800 |
| commit | ab4e9f70091078909896013ef91bec7d40df7354 (patch) | |
| tree | 546c1e1b63c95faecdd82041c2f098b43960ea2f /meta-python | |
| parent | af9a5cec2f7a336d9ef92e2fd089b419e5b2afd8 (diff) | |
| download | meta-openembedded-ab4e9f70091078909896013ef91bec7d40df7354.tar.gz | |
python3-pytest-html: Add missing ptest rdep on pytest html
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyyaml-include_2.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyyaml-include_2.2.bb b/meta-python/recipes-devtools/python/python3-pyyaml-include_2.2.bb index 41ebe44dbd..f3b1ee8793 100644 --- a/meta-python/recipes-devtools/python/python3-pyyaml-include_2.2.bb +++ b/meta-python/recipes-devtools/python/python3-pyyaml-include_2.2.bb | |||
| @@ -23,6 +23,7 @@ RDEPENDS:${PN} += " \ | |||
| 23 | RDEPENDS:${PN}-ptest += " \ | 23 | RDEPENDS:${PN}-ptest += " \ |
| 24 | python3-fsspec \ | 24 | python3-fsspec \ |
| 25 | python3-aiohttp \ | 25 | python3-aiohttp \ |
| 26 | python3-pytest-html \ | ||
| 26 | python3-requests \ | 27 | python3-requests \ |
| 27 | " | 28 | " |
| 28 | BBCLASSEXTEND = "native nativesdk" | 29 | BBCLASSEXTEND = "native nativesdk" |
