diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-amqplib_1.0.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-amqplib_1.0.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-amqplib_1.0.2.bb b/meta-openstack/recipes-devtools/python/python3-amqplib_1.0.2.bb index 5e7c140..cd11d2c 100644 --- a/meta-openstack/recipes-devtools/python/python3-amqplib_1.0.2.bb +++ b/meta-openstack/recipes-devtools/python/python3-amqplib_1.0.2.bb | |||
| @@ -12,6 +12,6 @@ SRC_URI = "https://github.com/barryp/py-amqplib/archive/${PV}.tar.gz" | |||
| 12 | SRC_URI[md5sum] = "ff405a7b57aa98cdf07d02bd8090fa29" | 12 | SRC_URI[md5sum] = "ff405a7b57aa98cdf07d02bd8090fa29" |
| 13 | SRC_URI[sha256sum] = "9461d73f75ca704e6b656738b5dad42a1948e61dfbc8233077d84d00f74c3936" | 13 | SRC_URI[sha256sum] = "9461d73f75ca704e6b656738b5dad42a1948e61dfbc8233077d84d00f74c3936" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/py-amqplib-${PV}" | 15 | S = "${UNPACKDIR}/py-amqplib-${PV}" |
| 16 | 16 | ||
| 17 | inherit setuptools3 | 17 | inherit setuptools3 |
