From 89b9e328faca77c63a2f1ed97c3519c5166e1f20 Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Fri, 21 Jul 2023 15:25:30 -0400 Subject: 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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-flask_2.3.2.bb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'meta-python/recipes-devtools/python/python3-flask_2.3.2.bb') diff --git a/meta-python/recipes-devtools/python/python3-flask_2.3.2.bb b/meta-python/recipes-devtools/python/python3-flask_2.3.2.bb index ec9c62a170..c4c1ff7dec 100644 --- a/meta-python/recipes-devtools/python/python3-flask_2.3.2.bb +++ b/meta-python/recipes-devtools/python/python3-flask_2.3.2.bb @@ -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 \ " -- cgit v1.2.3-54-g00ecf