From 187c367ee8797ebe882e70bcad42a4cfb13f7641 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 21 Oct 2014 09:25:46 -0400 Subject: oslo: add rootwrap Integrate oslo.rootwrap to meet juno dependencies for core projects Signed-off-by: Bruce Ashfield --- .../python/python-oslo.rootwrap_1.3.0.bb | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-oslo.rootwrap_1.3.0.bb diff --git a/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_1.3.0.bb b/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_1.3.0.bb new file mode 100644 index 0000000..1391dcd --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_1.3.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] = "b867d1670d7e744790e9c6b503ec8838" +SRC_URI[sha256sum] = "42081a30779be0a8e33ee53f4e1235c17080278c4285505a6b65243740aab629" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +# DEPENDS_default: python-pip + +DEPENDS += " \ + python-pip \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + " -- cgit v1.2.3-54-g00ecf