From a6c018a7467f48293ddb67dbd58edd8d80db10ad Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Sat, 21 Feb 2015 11:39:21 -0500 Subject: oslo: update to latest versions To get the clients functional, we need to update to the latest oslo release (and git trees). Signed-off-by: Bruce Ashfield --- .../python/python-oslo.rootwrap_1.5.0.bb | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-oslo.rootwrap_1.5.0.bb (limited to 'meta-openstack/recipes-devtools/python/python-oslo.rootwrap_1.5.0.bb') diff --git a/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_1.5.0.bb b/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_1.5.0.bb new file mode 100644 index 0000000..3a2477b --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_1.5.0.bb @@ -0,0 +1,27 @@ +DESCRIPTION = "Oslo Rootwrap" +HOMEPAGE = "https://launchpad.net/oslo" +SECTION = "devel/python" +LICENSE = "Apache-2" +LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8" + +PR = "r0" + +SRCNAME = "oslo.rootwrap" +SRC_URI = "http://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "3a988feffa7a0fb022857db9287bf8b9" +SRC_URI[sha256sum] = "d2842359c08d7ecc5e5255f9c97aa9c42300eaed556d8f46fc18537e5d00b97e" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +# DEPENDS_default: python-pip + +DEPENDS += " \ + python-pip \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + " -- cgit v1.2.3-54-g00ecf