diff options
| author | Derek Straka <derek@asterius.io> | 2016-07-20 10:31:54 -0400 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-07-22 21:45:37 +0200 |
| commit | 8d55746de42e39c73160a913aa2d035453413144 (patch) | |
| tree | 343cd500b3241ca63770976acc9ab940adeb5952 /meta-python/recipes-devtools/python/python-werkzeug_0.11.10.bb | |
| parent | df36dff88f02ee4353ac3eb90cfaf4c1e6d97e22 (diff) | |
| download | meta-openembedded-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.bb | 2 |
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 @@ | |||
| 1 | inherit pypi setuptools | 1 | inherit pypi setuptools |
| 2 | require python-werkzeug.inc | 2 | require python-werkzeug.inc |
| 3 | |||
| 4 | RDEPENDS_${PN} += "${PYTHON_PN}-zlib" | ||
