summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.config_1.6.1.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-02-21 11:39:21 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-02-21 11:39:21 -0500
commita6c018a7467f48293ddb67dbd58edd8d80db10ad (patch)
treee478f590f4a1ec8060d45db70605aaf1e3b899bb /meta-openstack/recipes-devtools/python/python-oslo.config_1.6.1.bb
parentb26228953c1d0d8fa5b3f987bc6d6ccd7a753850 (diff)
downloadmeta-cloud-services-a6c018a7467f48293ddb67dbd58edd8d80db10ad.tar.gz
oslo: update to latest versions
To get the clients functional, we need to update to the latest oslo release (and git trees). Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.config_1.6.1.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.config_1.6.1.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.config_1.6.1.bb b/meta-openstack/recipes-devtools/python/python-oslo.config_1.6.1.bb
new file mode 100644
index 0000000..6cc72f6
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-oslo.config_1.6.1.bb
@@ -0,0 +1,24 @@
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] = "d51fd561300f46945dd24977c429280c"
13SRC_URI[sha256sum] = "4709df3a8ba05e6a47300770f1c90ade77b3d095f28e8f75191df8745268bb20"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools
18
19DEPENDS += " \
20 python-pbr \
21 python-pip \
22 "
23
24RDEPENDS_${PN} += "python-pbr"