diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-werkzeug_0.14.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-werkzeug_0.14.1.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-werkzeug_0.14.1.bb b/meta-python/recipes-devtools/python/python-werkzeug_0.14.1.bb index 3892f1357b..db41161b35 100644 --- a/meta-python/recipes-devtools/python/python-werkzeug_0.14.1.bb +++ b/meta-python/recipes-devtools/python/python-werkzeug_0.14.1.bb | |||
@@ -1,4 +1,7 @@ | |||
1 | inherit pypi setuptools | 1 | inherit pypi setuptools |
2 | require python-werkzeug.inc | 2 | require python-werkzeug.inc |
3 | 3 | ||
4 | RDEPENDS_${PN} += "${PYTHON_PN}-zlib" | 4 | RDEPENDS_${PN} += " \ |
5 | ${PYTHON_PN}-subprocess \ | ||
6 | ${PYTHON_PN}-zlib \ | ||
7 | " | ||