diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-flask.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-flask.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-flask.inc b/meta-python/recipes-devtools/python/python-flask.inc index ee7f7c2509..87d020e73e 100644 --- a/meta-python/recipes-devtools/python/python-flask.inc +++ b/meta-python/recipes-devtools/python/python-flask.inc | |||
@@ -11,4 +11,4 @@ SRC_URI[sha256sum] = "b4713f2bfb9ebc2966b8a49903ae0d3984781d5c878591cf2f7b484d28 | |||
11 | 11 | ||
12 | PYPI_PACKAGE = "Flask" | 12 | PYPI_PACKAGE = "Flask" |
13 | 13 | ||
14 | RDEPENDS_${PN} = "${PYTHON_PN}-werkzeug ${PYTHON_PN}-jinja2 ${PYTHON_PN}-itsdangerous" | 14 | RDEPENDS_${PN} = "${PYTHON_PN}-werkzeug ${PYTHON_PN}-jinja2 ${PYTHON_PN}-itsdangerous ${PYTHON_PN}-click" |