summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.config_1.2.1.bb
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/python/python-oslo.config_1.2.1.bb
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/python/python-oslo.config_1.2.1.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.config_1.2.1.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.config_1.2.1.bb b/meta-openstack/recipes-devtools/python/python-oslo.config_1.2.1.bb
new file mode 100644
index 0000000..3ffdbe8
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-oslo.config_1.2.1.bb
@@ -0,0 +1,19 @@
1DESCRIPTION = "API supporting parsing command line arguments and .ini style configuration files."
2HOMEPAGE = "https://pypi.python.org/pypi/oslo.config/1.1.0"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8"
6
7PR = "r0"
8SRCNAME = "oslo.config"
9
10SRC_URI = "https://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "9ba2c7d74a19b16b5b6a33ec057d7eda"
13SRC_URI[sha256sum] = "e4ccf489159f0c2b1932ea282f7663daada0a7f8309edc4c34904605a98cf9f2"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools
18
19RDEPENDS_${PN} += "python-pbr" \ No newline at end of file