diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-08-22 16:01:27 -0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-09-05 13:27:39 +0200 |
commit | 26b10138433e5d35f19680f6cdf515736936a179 (patch) | |
tree | 60c851092624bc4120a66544dea8da460ea092e9 /meta-python/recipes-devtools/python/python-requests.inc | |
parent | ed70cd5761cf531fb5d71b02e901c43ff2a1aed2 (diff) | |
download | meta-openembedded-26b10138433e5d35f19680f6cdf515736936a179.tar.gz |
python-requests, python3-requests: Update to version 2.11.1
This commit also change RDEPENDS code style and add python-urllib3
as runtime dependence.
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
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 | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python-requests.inc b/meta-python/recipes-devtools/python/python-requests.inc index 66dd9cd2e..287078abe 100644 --- a/meta-python/recipes-devtools/python/python-requests.inc +++ b/meta-python/recipes-devtools/python/python-requests.inc | |||
@@ -3,9 +3,18 @@ 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] = "147afc07d8967cf46359701551a6cb69" | 6 | SRC_URI[md5sum] = "ad5f9c47b5c5dfdb28363ad7546b0763" |
7 | SRC_URI[sha256sum] = "b2ff053e93ef11ea08b0e596a1618487c4e4c5f1006d7a1706e3671c57dea385" | 7 | SRC_URI[sha256sum] = "5acf980358283faba0b897c73959cecf8b841205bb4b2ad3ef545f46eae1a133" |
8 | 8 | ||
9 | RDEPENDS_${PN} = "${PYTHON_PN}-email ${PYTHON_PN}-json ${PYTHON_PN}-netserver" | 9 | RDEPENDS_${PN} += " \ |
10 | ${PYTHON_PN}-email \ | ||
11 | ${PYTHON_PN}-json \ | ||
12 | ${PYTHON_PN}-ndg-httpsclient \ | ||
13 | ${PYTHON_PN}-netserver \ | ||
14 | ${PYTHON_PN}-pyasn1 \ | ||
15 | ${PYTHON_PN}-pyopenssl \ | ||
16 | ${PYTHON_PN}-pysocks \ | ||
17 | ${PYTHON_PN}-urllib3 \ | ||
18 | " | ||
10 | 19 | ||
11 | BBCLASSEXTEND = "native nativesdk" | 20 | BBCLASSEXTEND = "native nativesdk" |