summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-11-18 11:44:28 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-11-18 11:44:28 -0500
commitee1e862a21a8c99a9f389cafceab2ba6d513207d (patch)
tree6aada6519cbb804e3dcea32ec785cd069384446d
parentd7fe5f8a2a27daa094585df1d2ce0772c28e457b (diff)
downloadmeta-cloud-services-ee1e862a21a8c99a9f389cafceab2ba6d513207d.tar.gz
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 <bruce.ashfield@windriver.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-pexpect_3.3.bb9
1 files 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 @@
1SUMMARY = "A Pure Python Expect like Module for Python" 1SUMMARY = "A Pure Python Expect like Module for Python"
2SECTION = "devel/python" 2SECTION = "devel/python"
3LICENSE = "PSF" 3LICENSE = "PSF"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=04a2bf11b85ce49d4a8c0c413fd34404" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=c25d9a0770ba69a9965acc894e9f3644"
5SRCNAME = "pexpect" 5SRCNAME = "pexpect"
6PR = "ml3"
7 6
8SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" 7SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
9S = "${WORKDIR}/${SRCNAME}-${PV}" 8S = "${WORKDIR}/${SRCNAME}-${PV}"
10 9
11inherit distutils 10inherit distutils
@@ -19,5 +18,5 @@ RDEPENDS_${PN} = "\
19" 18"
20 19
21 20
22SRC_URI[md5sum] = "bf107cf54e67bc6dec5bea1f3e6a65c3" 21SRC_URI[md5sum] = "0de72541d3f1374b795472fed841dce8"
23SRC_URI[sha256sum] = "d315e7f3a8544fd85034d7e17fd7c5854e8f0828f5791f83cf313f8fa5740b75" 22SRC_URI[sha256sum] = "dfea618d43e83cfff21504f18f98019ba520f330e4142e5185ef7c73527de5ba"