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-dateutil.inc | |
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-dateutil.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-dateutil.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-dateutil.inc b/meta-python/recipes-devtools/python/python-dateutil.inc index 797234b6b9..b754bb759d 100644 --- a/meta-python/recipes-devtools/python/python-dateutil.inc +++ b/meta-python/recipes-devtools/python/python-dateutil.inc | |||
@@ -9,7 +9,6 @@ SRC_URI[md5sum] = "05ffc6d2cc85a7fd93bb245807f715ef" | |||
9 | SRC_URI[sha256sum] = "1408fdb07c6a1fa9997567ce3fcee6a337b39a503d80699e0f213de4aa4b32ed" | 9 | SRC_URI[sha256sum] = "1408fdb07c6a1fa9997567ce3fcee6a337b39a503d80699e0f213de4aa4b32ed" |
10 | 10 | ||
11 | PYPI_PACKAGE = "python-dateutil" | 11 | PYPI_PACKAGE = "python-dateutil" |
12 | PYPI_PACKAGE_HASH = "3ef5aad82824b369332a676a90a8c0d1e608b17e740bbb6aeeebca726f17b902" | ||
13 | inherit pypi | 12 | inherit pypi |
14 | 13 | ||
15 | PACKAGES =+ "${PN}-zoneinfo" | 14 | PACKAGES =+ "${PN}-zoneinfo" |