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 | |
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')
-rw-r--r-- | meta-python/recipes-devtools/python/python-werkzeug.inc | 7 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python-werkzeug_0.13.bb (renamed from meta-python/recipes-devtools/python/python-werkzeug_0.12.2.bb) | 0 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-werkzeug_0.13.bb (renamed from meta-python/recipes-devtools/python/python3-werkzeug_0.12.2.bb) | 0 |
3 files changed, 4 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python-werkzeug.inc b/meta-python/recipes-devtools/python/python-werkzeug.inc index e0b524c385..0b99802b36 100644 --- a/meta-python/recipes-devtools/python/python-werkzeug.inc +++ b/meta-python/recipes-devtools/python/python-werkzeug.inc | |||
@@ -8,10 +8,10 @@ cookie handling, file uploads, a powerful URL routing system and a bunch \ | |||
8 | of community contributed addon modules." | 8 | of community contributed addon modules." |
9 | HOMEPAGE = "http://werkzeug.pocoo.org/" | 9 | HOMEPAGE = "http://werkzeug.pocoo.org/" |
10 | LICENSE = "BSD" | 10 | LICENSE = "BSD" |
11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a68f5361a2b2ca9fdf26b38aaecb6faa" | 11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ed9a0b7c0254616d72dadb98b293ef1b" |
12 | 12 | ||
13 | SRC_URI[md5sum] = "e385b2c5a7193cff24c689b31e1124dc" | 13 | SRC_URI[md5sum] = "abdb978e30101809a0ad255f010b1d3d" |
14 | SRC_URI[sha256sum] = "903a7b87b74635244548b30d30db4c8947fe64c5198f58899ddcd3a13c23bb26" | 14 | SRC_URI[sha256sum] = "6246e5fc98a505824113fb6aca993d45ea284a2bcffdc2c65d0c538e53e4abd3" |
15 | 15 | ||
16 | PYPI_PACKAGE = "Werkzeug" | 16 | PYPI_PACKAGE = "Werkzeug" |
17 | 17 | ||
@@ -32,6 +32,7 @@ RDEPENDS_${PN} += " \ | |||
32 | ${PYTHON_PN}-html \ | 32 | ${PYTHON_PN}-html \ |
33 | ${PYTHON_PN}-io \ | 33 | ${PYTHON_PN}-io \ |
34 | ${PYTHON_PN}-json \ | 34 | ${PYTHON_PN}-json \ |
35 | ${PYTHON_PN}-netclient \ | ||
35 | ${PYTHON_PN}-netserver \ | 36 | ${PYTHON_PN}-netserver \ |
36 | ${PYTHON_PN}-numbers \ | 37 | ${PYTHON_PN}-numbers \ |
37 | ${PYTHON_PN}-pkgutil \ | 38 | ${PYTHON_PN}-pkgutil \ |
diff --git a/meta-python/recipes-devtools/python/python-werkzeug_0.12.2.bb b/meta-python/recipes-devtools/python/python-werkzeug_0.13.bb index 3892f1357b..3892f1357b 100644 --- a/meta-python/recipes-devtools/python/python-werkzeug_0.12.2.bb +++ b/meta-python/recipes-devtools/python/python-werkzeug_0.13.bb | |||
diff --git a/meta-python/recipes-devtools/python/python3-werkzeug_0.12.2.bb b/meta-python/recipes-devtools/python/python3-werkzeug_0.13.bb index 145a1de0a1..145a1de0a1 100644 --- a/meta-python/recipes-devtools/python/python3-werkzeug_0.12.2.bb +++ b/meta-python/recipes-devtools/python/python3-werkzeug_0.13.bb | |||