meta-openembedded/meta-python/recipes-devtools/python/python-requests_2.11.1.bb
Fabio Berton 26b1013843 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>
2016-09-05 13:27:39 +02:00

5 lines
91 B
BlitzBasic

inherit pypi setuptools
require python-requests.inc
RDEPENDS_${PN} += "${PYTHON_PN}-zlib"