diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-11-07 15:38:35 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-11-08 14:17:24 -0500 |
| commit | a53a25484b5afb6fbf5d1fa1ad22ffb41b8493cc (patch) | |
| tree | 0ed652ad3142da94e4f6dd2d3c9e2ba6632cb2c3 /meta-openstack/recipes-devtools/python/python-amqp_2.2.2.bb | |
| parent | 1848f000bad47d98900ef945c76c750c3edf1a1f (diff) | |
| download | meta-cloud-services-a53a25484b5afb6fbf5d1fa1ad22ffb41b8493cc.tar.gz | |
python-amqp: uprev to v2.2.2
This newer version is required by the new version of
python-oslo.messaging found on stable/pike.
Drop the old v1.4.9 so we only have the one recipe.
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/python-amqp_2.2.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-amqp_2.2.2.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-amqp_2.2.2.bb b/meta-openstack/recipes-devtools/python/python-amqp_2.2.2.bb new file mode 100644 index 0000000..94979d3 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-amqp_2.2.2.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | DESCRIPTION = "Low-level AMQP client for Python" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/amqp/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD-3-Clause" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9d6ba772ac59c08a25a12ce15bd5f27b" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "0971a3fd2d635ded45c349cfc17106bd" | ||
| 8 | SRC_URI[sha256sum] = "cba1ace9d4ff6049b190d8b7991f9c1006b443a5238021aca96dd6ad2ac9da22" | ||
| 9 | |||
| 10 | inherit setuptools pypi | ||
| 11 | |||
| 12 | RDEPENDS_${PN} += " \ | ||
| 13 | python-vine \ | ||
| 14 | " | ||
