mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 16:58:24 +00:00
python3-flask: Extend RDEPENDS
Extend RDEPENDS and add python3-profile to them. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
@@ -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 \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user