diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2016-12-21 10:14:32 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-12-21 11:47:05 -0500 |
| commit | 760b77b2a3ae5afbff6998bdf4609a127f188025 (patch) | |
| tree | 4d7589792cddb8a605cb3af52c2fab128f3c8846 /meta-openstack/recipes-devtools/python | |
| parent | bd2525ceb47699747f9370773fa629bf28c999d6 (diff) | |
| download | meta-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.bb | 8 |
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" | |||
| 7 | PR = "r1" | 7 | PR = "r1" |
| 8 | SRCNAME = "amqplib" | 8 | SRCNAME = "amqplib" |
| 9 | 9 | ||
| 10 | SRC_URI = "http://py-${SRCNAME}.googlecode.com/files/${SRCNAME}-${PV}.tgz" | 10 | SRC_URI = "https://github.com/barryp/py-amqplib/archive/${PV}.tar.gz" |
| 11 | 11 | ||
| 12 | SRC_URI[md5sum] = "5c92f17fbedd99b2b4a836d4352d1e2f" | 12 | SRC_URI[md5sum] = "ff405a7b57aa98cdf07d02bd8090fa29" |
| 13 | SRC_URI[sha256sum] = "843d69b681a60afd21fbf50f310404ec67fcdf9d13dfcf6e9d41f3b456217e5b" | 13 | SRC_URI[sha256sum] = "9461d73f75ca704e6b656738b5dad42a1948e61dfbc8233077d84d00f74c3936" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 15 | S = "${WORKDIR}/py-amqplib-${PV}" |
| 16 | 16 | ||
| 17 | inherit setuptools | 17 | inherit setuptools |
