python3-flask: Adjust runtime dependencies

Drop python3-profile, its not needed anymore
add python3-importlib-metadata and python3-asgiref for ptests

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2024-11-20 16:48:16 -08:00
parent bef6f172b6
commit 4c2d0dc913
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -22,13 +22,14 @@ CLEANBROKEN = "1"
RDEPENDS:${PN} = " \
python3-blinker \
python3-click \
python3-importlib-metadata \
python3-itsdangerous \
python3-jinja2 \
python3-profile \
python3-werkzeug \
"
RDEPENDS:${PN}-ptest += "\
python3-asgiref \
python3-pytest \
python3-unittest-automake-output \
"