mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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>
This commit is contained in:
parent
cbfa641b94
commit
785fd8d117
@ -5,4 +5,8 @@ LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=266adc7b911b7c84b837bf77196e1ba6"
|
||||
|
||||
PYPI_PACKAGE = "Flask-Sijax"
|
||||
RDEPENDS:${PN} += "python3-sijax"
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-flask \
|
||||
python3-sijax \
|
||||
python3-werkzeug \
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user