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.3.0.bb | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-oslo.rootwrap_1.3.0.bb (limited to '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 deleted file mode 100644 index 1391dcd..0000000 --- a/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_1.3.0.bb +++ /dev/null @@ -1,27 +0,0 @@ -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