summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-requests_2.11.1.bb
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2016-08-22 16:01:27 -0300
committerMartin Jansa <Martin.Jansa@gmail.com>2016-09-05 13:27:39 +0200
commit26b10138433e5d35f19680f6cdf515736936a179 (patch)
tree60c851092624bc4120a66544dea8da460ea092e9 /meta-python/recipes-devtools/python/python3-requests_2.11.1.bb
parented70cd5761cf531fb5d71b02e901c43ff2a1aed2 (diff)
downloadmeta-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/python3-requests_2.11.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-requests_2.11.1.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-requests_2.11.1.bb b/meta-python/recipes-devtools/python/python3-requests_2.11.1.bb
new file mode 100644
index 0000000000..5e869b7883
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-requests_2.11.1.bb
@@ -0,0 +1,5 @@
1inherit pypi setuptools3
2require python-requests.inc
3
4# Add the runtime depends for selectors.py
5RDEPENDS_${PN} += "${PYTHON_PN}-misc"