diff options
author | Derek Straka <derek@asterius.io> | 2016-08-15 16:02:19 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-22 15:49:26 +0200 |
commit | 0ebc75611c1ac04c3f03abf755db456a437b91c2 (patch) | |
tree | e584c61a2a2901f18a877530992454fcd3ea84b8 /meta-python/recipes-devtools/python/python-requests.inc | |
parent | ccae17a26a07593d21f322717bf2d31e706b7d07 (diff) | |
download | meta-openembedded-0ebc75611c1ac04c3f03abf755db456a437b91c2.tar.gz |
python-requests: update to version 2.11.0
* Bug fix release
* Update RDEPENDS
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-requests.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-requests.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-requests.inc b/meta-python/recipes-devtools/python/python-requests.inc index e00b25708e..7ce193c146 100644 --- a/meta-python/recipes-devtools/python/python-requests.inc +++ b/meta-python/recipes-devtools/python/python-requests.inc | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://python-requests.org" | |||
3 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d9bb3515869c0f426cb8441c899ae7f5" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d9bb3515869c0f426cb8441c899ae7f5" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "a36f7a64600f1bfec4d55ae021d232ae" | 6 | SRC_URI[md5sum] = "147afc07d8967cf46359701551a6cb69" |
7 | SRC_URI[sha256sum] = "63f1815788157130cee16a933b2ee184038e975f0017306d723ac326b5525b54" | 7 | SRC_URI[sha256sum] = "b2ff053e93ef11ea08b0e596a1618487c4e4c5f1006d7a1706e3671c57dea385" |
8 | 8 | ||
9 | RDEPENDS_${PN} = "${PYTHON_PN}-email ${PYTHON_PN}-json ${PYTHON_PN}-netserver" | 9 | RDEPENDS_${PN} = "${PYTHON_PN}-email ${PYTHON_PN}-json ${PYTHON_PN}-netserver" |