diff options
author | Derek Straka <derek@asterius.io> | 2016-06-23 11:53:43 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-07-11 15:16:04 +0200 |
commit | 7edad4def408cc1bd29d6a5a247e11af1180fc2e (patch) | |
tree | e2bbe2e1d8da356f091105871b1382ad8c317c1e /meta-python/recipes-devtools/python/python-urllib3_1.15.1.bb | |
parent | 216e95669c6b884735f3f8a5ca1ee37a28d68b3e (diff) | |
download | meta-openembedded-7edad4def408cc1bd29d6a5a247e11af1180fc2e.tar.gz |
pypi: update the base pypi url to use the package info without requiring the hash
* Things have finally settled on a URL structure without needing the hash
(See https://bitbucket.org/pypa/pypi/issues/438/backwards-compatible-un-hashed-package)
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-urllib3_1.15.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-urllib3_1.15.1.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-urllib3_1.15.1.bb b/meta-python/recipes-devtools/python/python-urllib3_1.15.1.bb index 8e1b95079e..10b31c55a1 100644 --- a/meta-python/recipes-devtools/python/python-urllib3_1.15.1.bb +++ b/meta-python/recipes-devtools/python/python-urllib3_1.15.1.bb | |||
@@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ea114851ad9a8c311aac8728a681a067" | |||
5 | 5 | ||
6 | SRC_URI[md5sum] = "5be254b0dbb55d1307ede99e1895c8dd" | 6 | SRC_URI[md5sum] = "5be254b0dbb55d1307ede99e1895c8dd" |
7 | SRC_URI[sha256sum] = "d0a1dc60433f7e9b90b4f085f1d45753174b4594558b29eda0009abe0b82da4c" | 7 | SRC_URI[sha256sum] = "d0a1dc60433f7e9b90b4f085f1d45753174b4594558b29eda0009abe0b82da4c" |
8 | PYPI_PACKAGE_HASH = "4926a7d12ea00cb4b9fa1e13b5980e5a04a1fe7c477eb8f657ce0b757a7a497d" | ||
9 | 8 | ||
10 | inherit pypi setuptools | 9 | inherit pypi setuptools |
11 | 10 | ||