mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 16:58:24 +00:00
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:
@@ -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 \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user