summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-09-12 22:19:02 -0700
committerKhem Raj <raj.khem@gmail.com>2024-09-12 23:21:25 -0700
commit6e882af153f91c33af96b76537ad23ba20fe98d2 (patch)
tree62c474cf891e7ddbd7c53a82b87eb8fb86cf4874 /meta-python
parent682dca03e7e84980f1ac08e397f30ffdc87d5ac7 (diff)
downloadmeta-openembedded-6e882af153f91c33af96b76537ad23ba20fe98d2.tar.gz
python3-pyyaml-include: Add missing dependencies for ptests
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.1.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyyaml-include_2.1.bb b/meta-python/recipes-devtools/python/python3-pyyaml-include_2.1.bb
index 30dde5907b..058699fdf2 100644
--- a/meta-python/recipes-devtools/python/python3-pyyaml-include_2.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pyyaml-include_2.1.bb
@@ -23,6 +23,9 @@ RDEPENDS:${PN} += " \
23 python3-pyyaml \ 23 python3-pyyaml \
24" 24"
25RDEPENDS:${PN}-ptest += " \ 25RDEPENDS:${PN}-ptest += " \
26 python3-fsspec \
27 python3-aiohttp \
28 python3-requests \
26 python3-pytest \ 29 python3-pytest \
27 python3-unittest-automake-output \ 30 python3-unittest-automake-output \
28" 31"