diff mbox series

[meta-python,08/10] python3-pyyaml-include: Add missing dependencies for ptests

Message ID 20240913062050.2597921-8-raj.khem@gmail.com
State New
Headers show
Series [meta-oe,01/10] paho-mqtt-cpp: Use system paho-mqtt-c | expand

Commit Message

Khem Raj Sept. 13, 2024, 6:20 a.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../recipes-devtools/python/python3-pyyaml-include_2.1.bb      | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

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 \
 "