diff options
author | Derek Straka <derek@asterius.io> | 2017-02-03 12:51:17 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-13 18:43:28 +0100 |
commit | bda2d658bd3354d4e491068f3d69f3dda2e74f1c (patch) | |
tree | 6cd84c6ecc527be6d1a5c679656bfab4ef16396b /meta-python/recipes-devtools/python/python-requests_2.13.0.bb | |
parent | a8a0efe89cdcb311c41581ace78d57808b4e35f7 (diff) | |
download | meta-openembedded-bda2d658bd3354d4e491068f3d69f3dda2e74f1c.tar.gz |
python-requests: update to version 2.13.0
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_2.13.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-requests_2.13.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-requests_2.13.0.bb b/meta-python/recipes-devtools/python/python-requests_2.13.0.bb new file mode 100644 index 0000000000..627bc95d8a --- /dev/null +++ b/meta-python/recipes-devtools/python/python-requests_2.13.0.bb | |||
@@ -0,0 +1,4 @@ | |||
1 | inherit pypi setuptools | ||
2 | require python-requests.inc | ||
3 | |||
4 | RDEPENDS_${PN} += "${PYTHON_PN}-zlib" | ||