diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-10-21 09:18:16 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-10-21 09:18:16 -0400 |
| commit | 9be49d7dd9cad6f115d1a0c59e33324e1fef7d79 (patch) | |
| tree | aee3deb71011144ad68f0a0ee46c4dd92815ebb2 /meta-openstack/recipes-devtools/python/python-oslo.config_1.4.0.bb | |
| parent | 0770c2edfd5767227313729834b7ef7dd279df2b (diff) | |
| download | meta-cloud-services-9be49d7dd9cad6f115d1a0c59e33324e1fef7d79.tar.gz | |
horizon: update dependencies for juno rc2
Updating the horizon dependent packages to the juno-rc2 required versions
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.config_1.4.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.config_1.4.0.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.config_1.4.0.bb b/meta-openstack/recipes-devtools/python/python-oslo.config_1.4.0.bb new file mode 100644 index 0000000..75c12cd --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-oslo.config_1.4.0.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | DESCRIPTION = "API supporting parsing command line arguments and .ini style configuration files." | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/oslo.config/1.1.0" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "oslo.config" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "55bc1515401b92252685c94d556a7257" | ||
| 13 | SRC_URI[sha256sum] = "739e76e0a83ec585a3c0415140d9e6ba1b14c7f207e33643e8af7eb4346ffe07" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | DEPENDS += " \ | ||
| 20 | python-pbr \ | ||
| 21 | python-pip \ | ||
| 22 | " | ||
| 23 | |||
| 24 | RDEPENDS_${PN} += "python-pbr" \ No newline at end of file | ||
