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
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

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