From 760b77b2a3ae5afbff6998bdf4609a127f188025 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 21 Dec 2016 10:14:32 -0500 Subject: python-amqplib: google code is dead, long live github In addition to the source URL having to be update upstream changed the directory structure found in the tarball, updates reflect this. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-amqplib_1.0.2.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-amqplib_1.0.2.bb b/meta-openstack/recipes-devtools/python/python-amqplib_1.0.2.bb index 27d23e5..1afc76e 100644 --- a/meta-openstack/recipes-devtools/python/python-amqplib_1.0.2.bb +++ b/meta-openstack/recipes-devtools/python/python-amqplib_1.0.2.bb @@ -7,11 +7,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1702a92c723f09e3fab3583b165a8d90" PR = "r1" SRCNAME = "amqplib" -SRC_URI = "http://py-${SRCNAME}.googlecode.com/files/${SRCNAME}-${PV}.tgz" +SRC_URI = "https://github.com/barryp/py-amqplib/archive/${PV}.tar.gz" -SRC_URI[md5sum] = "5c92f17fbedd99b2b4a836d4352d1e2f" -SRC_URI[sha256sum] = "843d69b681a60afd21fbf50f310404ec67fcdf9d13dfcf6e9d41f3b456217e5b" +SRC_URI[md5sum] = "ff405a7b57aa98cdf07d02bd8090fa29" +SRC_URI[sha256sum] = "9461d73f75ca704e6b656738b5dad42a1948e61dfbc8233077d84d00f74c3936" -S = "${WORKDIR}/${SRCNAME}-${PV}" +S = "${WORKDIR}/py-amqplib-${PV}" inherit setuptools -- cgit v1.2.3-54-g00ecf