diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-06-23 16:38:54 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-06-24 09:01:52 -0700 |
| commit | 741271afd89c554ec853b70bbb92e0b99ad77228 (patch) | |
| tree | 9827b9bb210126db5dc7c6527c784c04d4f812ea /meta-python/recipes-devtools/python/python3-flask-mail_0.9.1.bb | |
| parent | 21a8212f2619fe1e9fb5a6a122c85c4797934f8c (diff) | |
| download | meta-openembedded-741271afd89c554ec853b70bbb92e0b99ad77228.tar.gz | |
python3-flask-mail: add missing run-time dependencies
Add missing RDEPENDS for this package.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flask-mail_0.9.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-flask-mail_0.9.1.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-mail_0.9.1.bb b/meta-python/recipes-devtools/python/python3-flask-mail_0.9.1.bb index aaf02a23bd..1aca3a1619 100644 --- a/meta-python/recipes-devtools/python/python3-flask-mail_0.9.1.bb +++ b/meta-python/recipes-devtools/python/python3-flask-mail_0.9.1.bb | |||
| @@ -11,4 +11,7 @@ PYPI_PACKAGE = "Flask-Mail" | |||
| 11 | 11 | ||
| 12 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
| 13 | 13 | ||
| 14 | RDEPENDS:${PN} = "python3-flask" | 14 | RDEPENDS:${PN} = " \ |
| 15 | python3-blinker \ | ||
| 16 | python3-flask \ | ||
| 17 | " | ||
