diff options
author | Derek Straka <derek@asterius.io> | 2017-12-22 10:25:49 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-12-27 07:25:02 -0800 |
commit | bd3d9089582a07486761db8ca62e44ec0212060c (patch) | |
tree | 76f43559e2fbb3c7fc741d5ce872fe8536d5f0e6 /meta-python/recipes-devtools/python/python-werkzeug_0.13.bb | |
parent | 1adbd684ecc4e58833232d8c82229416c2ddebd4 (diff) | |
download | meta-openembedded-bd3d9089582a07486761db8ca62e44ec0212060c.tar.gz |
python-werkzeug: update to version 0.13
Verify license terms remain the same and update the checksum
Add required RDEPENDS for minimal python installs
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-werkzeug_0.13.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-werkzeug_0.13.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-werkzeug_0.13.bb b/meta-python/recipes-devtools/python/python-werkzeug_0.13.bb new file mode 100644 index 0000000000..3892f1357b --- /dev/null +++ b/meta-python/recipes-devtools/python/python-werkzeug_0.13.bb | |||
@@ -0,0 +1,4 @@ | |||
1 | inherit pypi setuptools | ||
2 | require python-werkzeug.inc | ||
3 | |||
4 | RDEPENDS_${PN} += "${PYTHON_PN}-zlib" | ||