From 4c269b936494235219916fa82c291c3bcf40b9c6 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 7 Apr 2014 16:29:20 -0400 Subject: havana/stable:ceilometer: update and introduce package for havana/stable The havana stable and icehouse ceilometer required two new packages and updated wsme and stevedore. So we update them here. Signed-off-by: Bruce Ashfield --- .../python/python-ipaddr_2.1.11.bb | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-ipaddr_2.1.11.bb (limited to 'meta-openstack/recipes-devtools/python/python-ipaddr_2.1.11.bb') diff --git a/meta-openstack/recipes-devtools/python/python-ipaddr_2.1.11.bb b/meta-openstack/recipes-devtools/python/python-ipaddr_2.1.11.bb new file mode 100644 index 0000000..b589053 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-ipaddr_2.1.11.bb @@ -0,0 +1,26 @@ +DESCRIPTION = "Google's IP address manipulation library" +HOMEPAGE = "http://code.google.com/p/ipaddr-py/" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=d8b8c1199001505d7b77da5db34ba441" + +PR = "r0" + +SRCNAME = "ipaddr" +SRC_URI = "http://pypi.python.org/packages/source/i/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "f2c7852f95862715f92e7d089dc3f2cf" +SRC_URI[sha256sum] = "1b555b8a8800134fdafe32b7d0cb52f5bdbfdd093707c3dd484c5ea59f1d98b7" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +DEPENDS += " \ + python-pip \ + python-pbr \ + " + +RDEPENDS_${PN} += " \ + python-pbr \ + " -- cgit v1.2.3-54-g00ecf