diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-05-28 14:08:46 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-05-31 07:38:06 -0700 |
| commit | 204f049c7e6850798a1fd588b8abc181eb8de6a9 (patch) | |
| tree | 1de85fb109499bdfa80731960d2dfe4f66eabb73 /meta-python/recipes-devtools/python/python3-flask_2.0.1.bb | |
| parent | 6c74740048a6a8413e10b4f29164a38d85020877 (diff) | |
| download | meta-openembedded-204f049c7e6850798a1fd588b8abc181eb8de6a9.tar.gz | |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flask_2.0.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-flask_2.0.1.bb | 8 |
1 files changed, 7 insertions, 1 deletions
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 | |||
| 14 | 14 | ||
| 15 | CLEANBROKEN = "1" | 15 | CLEANBROKEN = "1" |
| 16 | 16 | ||
| 17 | RDEPENDS_${PN} = "${PYTHON_PN}-werkzeug ${PYTHON_PN}-jinja2 ${PYTHON_PN}-itsdangerous ${PYTHON_PN}-click" | 17 | RDEPENDS_${PN} = " \ |
| 18 | ${PYTHON_PN}-werkzeug \ | ||
| 19 | ${PYTHON_PN}-jinja2 \ | ||
| 20 | ${PYTHON_PN}-itsdangerous \ | ||
| 21 | ${PYTHON_PN}-click \ | ||
| 22 | ${PYTHON_PN}-profile \ | ||
| 23 | " | ||
