diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-10-30 00:13:31 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-25 15:25:34 -0500 |
commit | 8dc56b2f821762f2051cee4bf5b4123e821ae212 (patch) | |
tree | dbcdc1eec53442c9f7245e21e60d19954efc48e4 /meta-openstack | |
parent | f737ee4c335b795f4145ae0f2c5827aa22a16618 (diff) | |
download | meta-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')
-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 | ||
10 | SRC_URI = "https://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | 10 | SRC_URI = "https://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" |
11 | 11 | ||
12 | SRC_URI[md5sum] = "35fc1adbc70234291af09673fd481705" | 12 | SRC_URI[md5sum] = "9ba2c7d74a19b16b5b6a33ec057d7eda" |
13 | SRC_URI[sha256sum] = "fe5dedb9b47c508eb886a7b9b96eb7667597af407ff42853db82b4b9e949ea82" | 13 | SRC_URI[sha256sum] = "e4ccf489159f0c2b1932ea282f7663daada0a7f8309edc4c34904605a98cf9f2" |
14 | 14 | ||
15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
16 | 16 | ||
17 | inherit setuptools | 17 | inherit setuptools |
18 | 18 | ||
19 | 19 | RDEPENDS_${PN} += "python-pbr" \ No newline at end of file | |