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/python3-requests_2.11.0.bb | |
| 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/python3-requests_2.11.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-requests_2.11.0.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-requests_2.11.0.bb b/meta-python/recipes-devtools/python/python3-requests_2.11.0.bb new file mode 100644 index 0000000000..5e869b7883 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-requests_2.11.0.bb | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | inherit pypi setuptools3 | ||
| 2 | require python-requests.inc | ||
| 3 | |||
| 4 | # Add the runtime depends for selectors.py | ||
| 5 | RDEPENDS_${PN} += "${PYTHON_PN}-misc" | ||
