summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2016-12-21 10:14:32 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-12-21 11:47:05 -0500
commit760b77b2a3ae5afbff6998bdf4609a127f188025 (patch)
tree4d7589792cddb8a605cb3af52c2fab128f3c8846 /meta-openstack/recipes-devtools/python
parentbd2525ceb47699747f9370773fa629bf28c999d6 (diff)
downloadmeta-cloud-services-760b77b2a3ae5afbff6998bdf4609a127f188025.tar.gz
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 <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-amqplib_1.0.2.bb8
1 files changed, 4 insertions, 4 deletions
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"
7PR = "r1" 7PR = "r1"
8SRCNAME = "amqplib" 8SRCNAME = "amqplib"
9 9
10SRC_URI = "http://py-${SRCNAME}.googlecode.com/files/${SRCNAME}-${PV}.tgz" 10SRC_URI = "https://github.com/barryp/py-amqplib/archive/${PV}.tar.gz"
11 11
12SRC_URI[md5sum] = "5c92f17fbedd99b2b4a836d4352d1e2f" 12SRC_URI[md5sum] = "ff405a7b57aa98cdf07d02bd8090fa29"
13SRC_URI[sha256sum] = "843d69b681a60afd21fbf50f310404ec67fcdf9d13dfcf6e9d41f3b456217e5b" 13SRC_URI[sha256sum] = "9461d73f75ca704e6b656738b5dad42a1948e61dfbc8233077d84d00f74c3936"
14 14
15S = "${WORKDIR}/${SRCNAME}-${PV}" 15S = "${WORKDIR}/py-amqplib-${PV}"
16 16
17inherit setuptools 17inherit setuptools