From 204f049c7e6850798a1fd588b8abc181eb8de6a9 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 28 May 2021 14:08:46 +0300 Subject: python3-flask: Extend RDEPENDS Extend RDEPENDS and add python3-profile to them. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-flask_2.0.1.bb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-flask_2.0.1.bb b/meta-python/recipes-devtools/python/python3-flask_2.0.1.bb index 2c94f82daa..6c63a388aa 100644 --- a/meta-python/recipes-devtools/python/python3-flask_2.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-flask_2.0.1.bb @@ -14,4 +14,10 @@ inherit pypi setuptools3 CLEANBROKEN = "1" -RDEPENDS_${PN} = "${PYTHON_PN}-werkzeug ${PYTHON_PN}-jinja2 ${PYTHON_PN}-itsdangerous ${PYTHON_PN}-click" +RDEPENDS_${PN} = " \ + ${PYTHON_PN}-werkzeug \ + ${PYTHON_PN}-jinja2 \ + ${PYTHON_PN}-itsdangerous \ + ${PYTHON_PN}-click \ + ${PYTHON_PN}-profile \ +" -- cgit v1.2.3-54-g00ecf