From 7edad4def408cc1bd29d6a5a247e11af1180fc2e Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Thu, 23 Jun 2016 11:53:43 -0400 Subject: 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 Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-flask-login.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python-flask-login.inc') diff --git a/meta-python/recipes-devtools/python/python-flask-login.inc b/meta-python/recipes-devtools/python/python-flask-login.inc index f5b111bfdd..6d4db4822b 100644 --- a/meta-python/recipes-devtools/python/python-flask-login.inc +++ b/meta-python/recipes-devtools/python/python-flask-login.inc @@ -10,6 +10,5 @@ SRC_URI[md5sum] = "d95c2275d3e1c755145910077366dc45" SRC_URI[sha256sum] = "e72eff5c35e5a31db1aeca1db5d2501be702674ea88e8f223b5d2b11644beee6" PYPI_PACKAGE = "Flask-Login" -PYPI_PACKAGE_HASH = "06e661ed90ed8ce6752b745ed13fac3ba407dc9db95dfa2906edc8dd55dde454" RDEPENDS_${PN} = "${PYTHON_PN}-flask" -- cgit 1.2.3-korg