diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-06 01:08:09 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-25 15:25:36 -0500 |
| commit | 9291144e8631049c9ccc22b9169ca5b66f42b480 (patch) | |
| tree | ce34e49ad41b9468d809fc3ea84fc19daa5e7f55 /meta-openstack/recipes-devtools/python | |
| parent | fbddd862d4e19348338aded752cf5f48a5c5dda3 (diff) | |
| download | meta-cloud-services-9291144e8631049c9ccc22b9169ca5b66f42b480.tar.gz | |
python-amqp: introduce recipe
Ceilometer requires python-amqp.
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-amqp_1.3.2.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-amqp_1.3.2.bb b/meta-openstack/recipes-devtools/python/python-amqp_1.3.2.bb new file mode 100644 index 0000000..d10d4e3 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-amqp_1.3.2.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | DESCRIPTION = "Low-level AMQP client for Python" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/amqp/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1702a92c723f09e3fab3583b165a8d90" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "amqp" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/a/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "0f15c0cd31bae0563107a22f17cfdf63" | ||
| 13 | SRC_URI[sha256sum] = "9d321609f98f6742eeb2f7d22334749936a26047af5563818e175444ad1e2ba4" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
