From 2ba49ddba0e3ef1aad2d07877d383dc771f23377 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 3 Mar 2014 11:10:46 -0500 Subject: pbr: uprev to 0.6 ceilometer requires pbr >= 0.6, so we uprev it to this version. A check of the other components in the system shows no incompatibilities, so we also delete the old version. Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-pbr_0.5.22.bb | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-pbr_0.5.22.bb (limited to 'meta-openstack/recipes-devtools/python/python-pbr_0.5.22.bb') diff --git a/meta-openstack/recipes-devtools/python/python-pbr_0.5.22.bb b/meta-openstack/recipes-devtools/python/python-pbr_0.5.22.bb deleted file mode 100644 index b029e9c..0000000 --- a/meta-openstack/recipes-devtools/python/python-pbr_0.5.22.bb +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "Python Build Reasonableness: PBR is a library that injects some useful and sensible default behaviors into your setuptools run" -HOMEPAGE = "https://pypi.python.org/pypi/pbr" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" - -PR = "r0" -SRCNAME = "pbr" - -SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "3bb4f92e970dab5807d3f8189d6cfa10" -SRC_URI[sha256sum] = "656c8ce897d4489269e1303b47f2b154ec7e344699c79ea6573e1fd0b0fbc3e6" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - - -- cgit v1.2.3-54-g00ecf