python3-gunicorn: Add missing rdeps for ptests

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Khem Raj
2024-09-25 14:49:08 -07:00
parent b8d87f363a
commit f70ede7d45
@@ -11,9 +11,11 @@ SRC_URI += " \
file://run-ptest \ file://run-ptest \
" "
# python-misc for wsgiref
RDEPENDS:${PN}-ptest += " \ RDEPENDS:${PN}-ptest += " \
python3-eventlet \ python3-eventlet \
python3-gevent \ python3-gevent \
python3-misc \
python3-pytest \ python3-pytest \
python3-unittest-automake-output \ python3-unittest-automake-output \
" "