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-pyopenssl_16.0.0.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-pyopenssl_16.0.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyopenssl_16.0.0.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyopenssl_16.0.0.bb b/meta-python/recipes-devtools/python/python-pyopenssl_16.0.0.bb index d1d8f63fc..81738588b 100644 --- a/meta-python/recipes-devtools/python/python-pyopenssl_16.0.0.bb +++ b/meta-python/recipes-devtools/python/python-pyopenssl_16.0.0.bb | |||
@@ -6,7 +6,6 @@ DEPENDS = "openssl python-cryptography" | |||
6 | 6 | ||
7 | SRC_URI[md5sum] = "9587d813dcf656e9f2760e41a3682dc3" | 7 | SRC_URI[md5sum] = "9587d813dcf656e9f2760e41a3682dc3" |
8 | SRC_URI[sha256sum] = "363d10ee43d062285facf4e465f4f5163f9f702f9134f0a5896f134cbb92d17d" | 8 | SRC_URI[sha256sum] = "363d10ee43d062285facf4e465f4f5163f9f702f9134f0a5896f134cbb92d17d" |
9 | PYPI_PACKAGE_HASH = "77f2bccec75ca4280a9fa762a90a1b8b152a22eac5d9c726d7da1fcbfe0a20e6" | ||
10 | 9 | ||
11 | PYPI_PACKAGE = "pyOpenSSL" | 10 | PYPI_PACKAGE = "pyOpenSSL" |
12 | inherit pypi setuptools | 11 | inherit pypi setuptools |