diff options
Diffstat (limited to 'meta-python')
-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 | " | ||