diff options
author | Derek Straka <derek@asterius.io> | 2016-05-13 10:21:51 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-05-19 12:02:41 +0200 |
commit | 5e5e66d6cd26761a33cbe553af892b8f83ccc3bc (patch) | |
tree | 9f14e9861b9bd733115e4e557d9361a44f972637 /meta-python/recipes-devtools/python/python-requests.inc | |
parent | 319bbc1858025dca63adc4f7a2c73bfd29126b86 (diff) | |
download | meta-openembedded-5e5e66d6cd26761a33cbe553af892b8f83ccc3bc.tar.gz |
python-requests: update to version 2.10.0
Update license checksum and verify it is still Apache 2.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.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-requests.inc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python-requests.inc b/meta-python/recipes-devtools/python/python-requests.inc index ebce2539c..6f9e85c10 100644 --- a/meta-python/recipes-devtools/python/python-requests.inc +++ b/meta-python/recipes-devtools/python/python-requests.inc | |||
@@ -1,9 +1,11 @@ | |||
1 | DESCRIPTION = "Python HTTP for Humans." | 1 | DESCRIPTION = "Python HTTP for Humans." |
2 | HOMEPAGE = "http://python-requests.org" | 2 | HOMEPAGE = "http://python-requests.org" |
3 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=58c7e163c9f8ee037246da101c6afd1e" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d9bb3515869c0f426cb8441c899ae7f5" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "0b7f480d19012ec52bab78292efd976d" | 6 | SRC_URI[md5sum] = "a36f7a64600f1bfec4d55ae021d232ae" |
7 | SRC_URI[sha256sum] = "c577815dd00f1394203fc44eb979724b098f88264a9ef898ee45b8e5e9cf587f" | 7 | SRC_URI[sha256sum] = "63f1815788157130cee16a933b2ee184038e975f0017306d723ac326b5525b54" |
8 | |||
9 | PYPI_PACKAGE_HASH = "496f183063f01aae1e025cf0130772b55848750a2f3a89bfa11b385b35d7329d" | ||
8 | 10 | ||
9 | RDEPENDS_${PN} = "${PYTHON_PN}-email ${PYTHON_PN}-json ${PYTHON_PN}-netserver" | 11 | RDEPENDS_${PN} = "${PYTHON_PN}-email ${PYTHON_PN}-json ${PYTHON_PN}-netserver" |