aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-werkzeug_0.11.10.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2016-07-20 10:31:54 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2016-07-22 21:45:37 +0200
commit8d55746de42e39c73160a913aa2d035453413144 (patch)
tree343cd500b3241ca63770976acc9ab940adeb5952 /meta-python/recipes-devtools/python/python-werkzeug_0.11.10.bb
parentdf36dff88f02ee4353ac3eb90cfaf4c1e6d97e22 (diff)
downloadmeta-openembedded-contrib-8d55746de42e39c73160a913aa2d035453413144.tar.gz
python-werkzeug: update RDEPENDS to work for minimal python2.7 and python3
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-werkzeug_0.11.10.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-werkzeug_0.11.10.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-werkzeug_0.11.10.bb b/meta-python/recipes-devtools/python/python-werkzeug_0.11.10.bb
index dd1460870b..3892f1357b 100644
--- a/meta-python/recipes-devtools/python/python-werkzeug_0.11.10.bb
+++ b/meta-python/recipes-devtools/python/python-werkzeug_0.11.10.bb
@@ -1,2 +1,4 @@
inherit pypi setuptools
require python-werkzeug.inc
+
+RDEPENDS_${PN} += "${PYTHON_PN}-zlib"