summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-10-30 00:13:31 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-11-25 15:25:34 -0500
commit8dc56b2f821762f2051cee4bf5b4123e821ae212 (patch)
treedbcdc1eec53442c9f7245e21e60d19954efc48e4 /meta-openstack/recipes-devtools
parentf737ee4c335b795f4145ae0f2c5827aa22a16618 (diff)
downloadmeta-cloud-services-8dc56b2f821762f2051cee4bf5b4123e821ae212.tar.gz
python-oslo.config: uprev to 1.2.1
OpenStack havana nova requires oslo 1.2.1+ for configuration management, so we uprev our support. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.config_1.2.1.bb (renamed from meta-openstack/recipes-devtools/python/python-oslo.config_1.1.0.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.config_1.1.0.bb b/meta-openstack/recipes-devtools/python/python-oslo.config_1.2.1.bb
index e85575b..3ffdbe8 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.config_1.1.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.config_1.2.1.bb
@@ -9,11 +9,11 @@ SRCNAME = "oslo.config"
9 9
10SRC_URI = "https://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" 10SRC_URI = "https://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11 11
12SRC_URI[md5sum] = "35fc1adbc70234291af09673fd481705" 12SRC_URI[md5sum] = "9ba2c7d74a19b16b5b6a33ec057d7eda"
13SRC_URI[sha256sum] = "fe5dedb9b47c508eb886a7b9b96eb7667597af407ff42853db82b4b9e949ea82" 13SRC_URI[sha256sum] = "e4ccf489159f0c2b1932ea282f7663daada0a7f8309edc4c34904605a98cf9f2"
14 14
15S = "${WORKDIR}/${SRCNAME}-${PV}" 15S = "${WORKDIR}/${SRCNAME}-${PV}"
16 16
17inherit setuptools 17inherit setuptools
18 18
19 19RDEPENDS_${PN} += "python-pbr" \ No newline at end of file