diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-06-23 16:38:56 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-06-24 09:01:52 -0700 |
| commit | 785fd8d117c25db699ac35ec6fa79ad3cd6ef0d1 (patch) | |
| tree | 1fc037ea7a10fc9c6d30fff06fdd8622756701bc | |
| parent | cbfa641b94b96f4394a24f8dfb5bdb7ac3925ab5 (diff) | |
| download | meta-openembedded-785fd8d117c25db699ac35ec6fa79ad3cd6ef0d1.tar.gz | |
python3-flask-sijax: 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>
| -rw-r--r-- | meta-python/recipes-devtools/python/python-flask-sijax.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-flask-sijax.inc b/meta-python/recipes-devtools/python/python-flask-sijax.inc index 036cf7c3b2..239c843fce 100644 --- a/meta-python/recipes-devtools/python/python-flask-sijax.inc +++ b/meta-python/recipes-devtools/python/python-flask-sijax.inc | |||
| @@ -5,4 +5,8 @@ LICENSE = "BSD-3-Clause" | |||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=266adc7b911b7c84b837bf77196e1ba6" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=266adc7b911b7c84b837bf77196e1ba6" |
| 6 | 6 | ||
| 7 | PYPI_PACKAGE = "Flask-Sijax" | 7 | PYPI_PACKAGE = "Flask-Sijax" |
| 8 | RDEPENDS:${PN} += "python3-sijax" | 8 | RDEPENDS:${PN} += " \ |
| 9 | python3-flask \ | ||
| 10 | python3-sijax \ | ||
| 11 | python3-werkzeug \ | ||
| 12 | " | ||
