From 1bd3d61e2c24a8f404ee41fb291c401a9fc9c937 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 3 Mar 2015 14:41:30 -0500 Subject: support-libs: refresh round1 Refreshing the support libraries to prepare for kilo uprevs of the core components. Signed-off-by: Bruce Ashfield --- .../python/python-stevedore_0.15.bb | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-stevedore_0.15.bb (limited to 'meta-openstack/recipes-devtools/python/python-stevedore_0.15.bb') diff --git a/meta-openstack/recipes-devtools/python/python-stevedore_0.15.bb b/meta-openstack/recipes-devtools/python/python-stevedore_0.15.bb deleted file mode 100644 index 4d700fc..0000000 --- a/meta-openstack/recipes-devtools/python/python-stevedore_0.15.bb +++ /dev/null @@ -1,26 +0,0 @@ -DESCRIPTION = "Manage dynamic plugins for Python applications" -HOMEPAGE = "https://github.com/dreamhost/stevedore" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" - -PR = "r0" - -SRCNAME = "stevedore" -SRC_URI = "http://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "437ee0a0168c78433b2b8faec0ae482d" -SRC_URI[sha256sum] = "bec9269cbfa58de4f0849ec79bb7d54eeeed9df8b5fbfa1637fbc68062822847" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -DEPENDS += " \ - python-pip \ - python-pbr \ - " - -RDEPENDS_${PN} += " \ - python-pbr \ - " -- cgit v1.2.3-54-g00ecf