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-connectivity | |
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-connectivity')
-rw-r--r-- | meta-python/recipes-connectivity/python-thrift/python-thrift_0.9.3.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-python/recipes-connectivity/python-thrift/python-thrift_0.9.3.bb b/meta-python/recipes-connectivity/python-thrift/python-thrift_0.9.3.bb index a8a8ff8a7..652de950e 100644 --- a/meta-python/recipes-connectivity/python-thrift/python-thrift_0.9.3.bb +++ b/meta-python/recipes-connectivity/python-thrift/python-thrift_0.9.3.bb | |||
@@ -4,6 +4,5 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;md5=1203b6a05c3bff3229710e3f063ddca7" | |||
4 | 4 | ||
5 | SRC_URI[md5sum] = "b519551d7a086bb0b4f222a8f566b7e8" | 5 | SRC_URI[md5sum] = "b519551d7a086bb0b4f222a8f566b7e8" |
6 | SRC_URI[sha256sum] = "dfbc3d3bd19d396718dab05abaf46d93ae8005e2df798ef02e32793cd963877e" | 6 | SRC_URI[sha256sum] = "dfbc3d3bd19d396718dab05abaf46d93ae8005e2df798ef02e32793cd963877e" |
7 | PYPI_PACKAGE_HASH = "ae5835e3f0cd290039ff862c2c9d8ae8a76896665d70343d833bdc2f748b8e55" | ||
8 | 7 | ||
9 | inherit pypi setuptools | 8 | inherit pypi setuptools |