summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-requests.inc
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2016-05-13 10:21:51 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2016-05-19 12:02:41 +0200
commit5e5e66d6cd26761a33cbe553af892b8f83ccc3bc (patch)
tree9f14e9861b9bd733115e4e557d9361a44f972637 /meta-python/recipes-devtools/python/python-requests.inc
parent319bbc1858025dca63adc4f7a2c73bfd29126b86 (diff)
downloadmeta-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.inc8
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 @@
1DESCRIPTION = "Python HTTP for Humans." 1DESCRIPTION = "Python HTTP for Humans."
2HOMEPAGE = "http://python-requests.org" 2HOMEPAGE = "http://python-requests.org"
3LICENSE = "Apache-2.0" 3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=58c7e163c9f8ee037246da101c6afd1e" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=d9bb3515869c0f426cb8441c899ae7f5"
5 5
6SRC_URI[md5sum] = "0b7f480d19012ec52bab78292efd976d" 6SRC_URI[md5sum] = "a36f7a64600f1bfec4d55ae021d232ae"
7SRC_URI[sha256sum] = "c577815dd00f1394203fc44eb979724b098f88264a9ef898ee45b8e5e9cf587f" 7SRC_URI[sha256sum] = "63f1815788157130cee16a933b2ee184038e975f0017306d723ac326b5525b54"
8
9PYPI_PACKAGE_HASH = "496f183063f01aae1e025cf0130772b55848750a2f3a89bfa11b385b35d7329d"
8 10
9RDEPENDS_${PN} = "${PYTHON_PN}-email ${PYTHON_PN}-json ${PYTHON_PN}-netserver" 11RDEPENDS_${PN} = "${PYTHON_PN}-email ${PYTHON_PN}-json ${PYTHON_PN}-netserver"