From 6e882af153f91c33af96b76537ad23ba20fe98d2 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 12 Sep 2024 22:19:02 -0700 Subject: python3-pyyaml-include: Add missing dependencies for ptests Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pyyaml-include_2.1.bb | 3 +++ 1 file changed, 3 insertions(+) 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} += " \ python3-pyyaml \ " RDEPENDS:${PN}-ptest += " \ + python3-fsspec \ + python3-aiohttp \ + python3-requests \ python3-pytest \ python3-unittest-automake-output \ " -- cgit v1.2.3-54-g00ecf