diff options
| author | Josep Puigdemont <josep.puigdemont@enea.com> | 2015-12-02 17:32:15 +0100 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-12-07 10:52:38 -0500 |
| commit | 43d1055d140ff81804487438763f74d22f7a5ed2 (patch) | |
| tree | 17046cb9003c60fea9ee77f5fe73577d7df1eee2 /meta-openstack/recipes-devtools/python/python-oslo.concurrency_1.8.2.bb | |
| parent | a503ac7b6febfbc5fd70d3328161887a25777d38 (diff) | |
| download | meta-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.bb | 35 |
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 @@ | |||
| 1 | DESCRIPTION = "oslo.concurrency library" | ||
| 2 | HOMEPAGE = "http://launchpad.net/oslo" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | ||
| 6 | |||
| 7 | SRCNAME = "oslo.concurrency" | ||
| 8 | SRC_URI = "http://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 9 | |||
| 10 | SRC_URI[md5sum] = "1ba5ae8bdbb9c12c1b6baa8e3d400b7f" | ||
| 11 | SRC_URI[sha256sum] = "149f4c972916f14c14c97d7be7b92ba59497c1bbd09c114ee3681bef0773daca" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 14 | |||
| 15 | inherit setuptools | ||
| 16 | |||
| 17 | # DEPENDS_default: python-pip | ||
| 18 | |||
| 19 | DEPENDS += " \ | ||
| 20 | python-pip \ | ||
| 21 | python-pbr \ | ||
| 22 | " | ||
| 23 | |||
| 24 | # RDEPENDS_default: | ||
| 25 | RDEPENDS_${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 | " | ||
