summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-03-03 11:10:46 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-03-03 11:31:06 -0500
commit2ba49ddba0e3ef1aad2d07877d383dc771f23377 (patch)
tree0d224215ee4427bdf9ef66a663c15ed9cd863f51 /meta-openstack
parent87587c4ddb734d66b3310b6ca946a5e6f7e6d3aa (diff)
downloadmeta-cloud-services-2ba49ddba0e3ef1aad2d07877d383dc771f23377.tar.gz
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 <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/python/python-pbr_0.6.bb (renamed from meta-openstack/recipes-devtools/python/python-pbr_0.5.22.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pbr_0.5.22.bb b/meta-openstack/recipes-devtools/python/python-pbr_0.6.bb
index b029e9c..9b37905 100644
--- a/meta-openstack/recipes-devtools/python/python-pbr_0.5.22.bb
+++ b/meta-openstack/recipes-devtools/python/python-pbr_0.6.bb
@@ -9,8 +9,8 @@ SRCNAME = "pbr"
9 9
10SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" 10SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11 11
12SRC_URI[md5sum] = "3bb4f92e970dab5807d3f8189d6cfa10" 12SRC_URI[md5sum] = "74ed7d0a9d93c1ab3eb7000e2c0482c7"
13SRC_URI[sha256sum] = "656c8ce897d4489269e1303b47f2b154ec7e344699c79ea6573e1fd0b0fbc3e6" 13SRC_URI[sha256sum] = "d82d78422625a78f89fb341fb0243320b09c18caac6e7770105ba62dd7d8b445"
14 14
15S = "${WORKDIR}/${SRCNAME}-${PV}" 15S = "${WORKDIR}/${SRCNAME}-${PV}"
16 16