From ee1e862a21a8c99a9f389cafceab2ba6d513207d Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 18 Nov 2014 11:44:28 -0500 Subject: python-pexpect: fix download location The meta-python pexpect version was being preffered and masking errors in the download location. So we switch to the pypi location and we can once again download. Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-pexpect_3.3.bb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/meta-openstack/recipes-devtools/python/python-pexpect_3.3.bb b/meta-openstack/recipes-devtools/python/python-pexpect_3.3.bb index d4c2ba4..8ab8f6d 100644 --- a/meta-openstack/recipes-devtools/python/python-pexpect_3.3.bb +++ b/meta-openstack/recipes-devtools/python/python-pexpect_3.3.bb @@ -1,11 +1,10 @@ SUMMARY = "A Pure Python Expect like Module for Python" SECTION = "devel/python" LICENSE = "PSF" -LIC_FILES_CHKSUM = "file://LICENSE;md5=04a2bf11b85ce49d4a8c0c413fd34404" +LIC_FILES_CHKSUM = "file://LICENSE;md5=c25d9a0770ba69a9965acc894e9f3644" SRCNAME = "pexpect" -PR = "ml3" -SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" +SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" S = "${WORKDIR}/${SRCNAME}-${PV}" inherit distutils @@ -19,5 +18,5 @@ RDEPENDS_${PN} = "\ " -SRC_URI[md5sum] = "bf107cf54e67bc6dec5bea1f3e6a65c3" -SRC_URI[sha256sum] = "d315e7f3a8544fd85034d7e17fd7c5854e8f0828f5791f83cf313f8fa5740b75" +SRC_URI[md5sum] = "0de72541d3f1374b795472fed841dce8" +SRC_URI[sha256sum] = "dfea618d43e83cfff21504f18f98019ba520f330e4142e5185ef7c73527de5ba" -- cgit v1.2.3-54-g00ecf