This is required by the stable/newton version of python-oslo.messaging. Signed-off-by: Mark Asselstine <[email protected]> --- .../python/python-pika-pool_0.1.3.bb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-pika-pool_0.1.3.bb
diff --git a/meta-openstack/recipes-devtools/python/python-pika-pool_0.1.3.bb b/meta-openstack/recipes-devtools/python/python-pika-pool_0.1.3.bb new file mode 100644 index 0000000..2cac89e --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-pika-pool_0.1.3.bb @@ -0,0 +1,21 @@ +SUMMARY = "pools for your pikas" +HOMEPAGE = "https://github.com/bninja/pika-pool" +SECTION = "devel/python" + +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9" + +SRCNAME = "pika-pool" + +SRC_URI = "https://pypi.io/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +SRC_URI[md5sum] = "0a3897e991aa3da948e03660313c1980" +SRC_URI[sha256sum] = "f3985888cc2788cdbd293a68a8b5702a9c955db6f7b8b551aeac91e7f32da397" + +inherit setuptools + +RDEPENDS_${PN} += " \ + python-pika \ + " -- 2.7.4 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
