[meta-virtualization] [m-c-s][PATCH 2/4] python-amqp: bring back the 1.x.x series

Mark Asselstine mark.asselstine at windriver.com
Sat Jan 21 19:48:46 PST 2017


The stable/newton version of python-oslo.messaging requires
python-amqp <2.0.0 so we will bring back the latest version of the
1.x.x series (removed by commit 3af287f179a0), uprev to v1.4.9 and
make it the PREF version.

Signed-off-by: Mark Asselstine <mark.asselstine at windriver.com>
---
 meta-openstack/conf/layer.conf                           |  1 +
 .../recipes-devtools/python/python-amqp_1.4.9.bb         | 16 ++++++++++++++++
 2 files changed, 17 insertions(+)
 create mode 100644 meta-openstack/recipes-devtools/python/python-amqp_1.4.9.bb

diff --git a/meta-openstack/conf/layer.conf b/meta-openstack/conf/layer.conf
index 4007cb9..e940478 100644
--- a/meta-openstack/conf/layer.conf
+++ b/meta-openstack/conf/layer.conf
@@ -19,5 +19,6 @@ PREFERRED_VERSION_python-django = "1.8.6"
 PREFERRED_VERSION_python-netaddr = "0.7.19"
 PREFERRED_VERSION_python-sqlalchemy = "1.0.16"
 PREFERRED_VERSION_python-requests = "2.12.0"
+PREFERRED_VERSION_python-amqp = "1.4.9"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"
diff --git a/meta-openstack/recipes-devtools/python/python-amqp_1.4.9.bb b/meta-openstack/recipes-devtools/python/python-amqp_1.4.9.bb
new file mode 100644
index 0000000..9768e09
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-amqp_1.4.9.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Low-level AMQP client for Python"
+HOMEPAGE = "https://pypi.python.org/pypi/amqp/"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=1702a92c723f09e3fab3583b165a8d90"
+
+SRCNAME = "amqp"
+
+SRC_URI = "https://pypi.io/packages/source/a/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "df57dde763ba2dea25b3fa92dfe43c19"
+SRC_URI[sha256sum] = "2dea4d16d073c902c3b89d9b96620fb6729ac0f7a923bbc777cb4ad827c0c61a"
+
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit setuptools
-- 
2.7.4



More information about the meta-virtualization mailing list