diff mbox series

[meta-python,3/5] python3-gunicorn: Add missing rdeps for ptests

Message ID 20240925233234.1685606-3-raj.khem@gmail.com
State New
Headers show
Series [meta-python,1/5] python3-setproctitle: Add missing rdeps for ptests | expand

Commit Message

Khem Raj Sept. 25, 2024, 11:32 p.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-python/recipes-devtools/python/python3-gunicorn_23.0.0.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-gunicorn_23.0.0.bb b/meta-python/recipes-devtools/python/python3-gunicorn_23.0.0.bb
index 8d825c8651..3c819a934d 100644
--- a/meta-python/recipes-devtools/python/python3-gunicorn_23.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-gunicorn_23.0.0.bb
@@ -11,9 +11,11 @@  SRC_URI += " \
 	file://run-ptest \
 "
 
+# python-misc for wsgiref
 RDEPENDS:${PN}-ptest += " \
     python3-eventlet \
     python3-gevent \
+    python3-misc \
     python3-pytest \
     python3-unittest-automake-output \
 "