mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-17 22:48:28 +00:00
python3-flask: add python3-blinker to RDEPENDS, alphabetize
flask started depending on blinker in 2.3.0: https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-3-0 Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -15,9 +15,10 @@ inherit pypi python_setuptools_build_meta
|
||||
CLEANBROKEN = "1"
|
||||
|
||||
RDEPENDS:${PN} = " \
|
||||
${PYTHON_PN}-werkzeug \
|
||||
${PYTHON_PN}-jinja2 \
|
||||
${PYTHON_PN}-itsdangerous \
|
||||
${PYTHON_PN}-blinker \
|
||||
${PYTHON_PN}-click \
|
||||
${PYTHON_PN}-itsdangerous \
|
||||
${PYTHON_PN}-jinja2 \
|
||||
${PYTHON_PN}-profile \
|
||||
${PYTHON_PN}-werkzeug \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user