summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.concurrency_1.8.2.bb
diff options
context:
space:
mode:
authorJosep Puigdemont <josep.puigdemont@enea.com>2015-12-02 17:32:15 +0100
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-12-07 10:52:38 -0500
commit43d1055d140ff81804487438763f74d22f7a5ed2 (patch)
tree17046cb9003c60fea9ee77f5fe73577d7df1eee2 /meta-openstack/recipes-devtools/python/python-oslo.concurrency_1.8.2.bb
parenta503ac7b6febfbc5fd70d3328161887a25777d38 (diff)
downloadmeta-cloud-services-43d1055d140ff81804487438763f74d22f7a5ed2.tar.gz
python-oslo.concurrency: updated to 1.8.2 (kilo)
Updated to latest kilo version, added dependencies. Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.concurrency_1.8.2.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.concurrency_1.8.2.bb35
1 files changed, 35 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.concurrency_1.8.2.bb b/meta-openstack/recipes-devtools/python/python-oslo.concurrency_1.8.2.bb
new file mode 100644
index 0000000..aaed290
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-oslo.concurrency_1.8.2.bb
@@ -0,0 +1,35 @@
1DESCRIPTION = "oslo.concurrency library"
2HOMEPAGE = "http://launchpad.net/oslo"
3SECTION = "devel/python"
4LICENSE = "Apache-2"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
6
7SRCNAME = "oslo.concurrency"
8SRC_URI = "http://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
9
10SRC_URI[md5sum] = "1ba5ae8bdbb9c12c1b6baa8e3d400b7f"
11SRC_URI[sha256sum] = "149f4c972916f14c14c97d7be7b92ba59497c1bbd09c114ee3681bef0773daca"
12
13S = "${WORKDIR}/${SRCNAME}-${PV}"
14
15inherit setuptools
16
17# DEPENDS_default: python-pip
18
19DEPENDS += " \
20 python-pip \
21 python-pbr \
22 "
23
24# RDEPENDS_default:
25RDEPENDS_${PN} += " \
26 python-babel \
27 python-fixtures \
28 python-iso8601 \
29 python-oslo.i18n \
30 python-oslo.utils \
31 python-pbr \
32 python-posix-ipc \
33 python-retrying \
34 python-six \
35 "