summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorMark Asselstine <asselsm@gmail.com>2016-02-03 20:41:13 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-02-05 14:42:17 -0500
commit67f308f82a6fd75a8743e681a143330308a0267f (patch)
treeda7a7071677b2146dfc6ba94a0368d94a75ba3f9 /meta-openstack/recipes-devtools/python
parentb45ce183ceaf30592521a84fb5cd06c827343e82 (diff)
downloadmeta-cloud-services-67f308f82a6fd75a8743e681a143330308a0267f.tar.gz
python-futurist: initial version
This package provides a useful additions to futures, from the future. This package is required by taskflow, tooz and others. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-futurist_0.8.0.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-futurist_0.8.0.bb b/meta-openstack/recipes-devtools/python/python-futurist_0.8.0.bb
new file mode 100644
index 0000000..3ad3993
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-futurist_0.8.0.bb
@@ -0,0 +1,26 @@
1DESCRIPTION = "Useful additions to futures, from the future"
2HOMEPAGE = "https://pypi.python.org/pypi/futurist"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6
7SRCNAME = "futurist"
8
9SRC_URI = "https://pypi.python.org/packages/source/f/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
10
11SRC_URI[md5sum] = "ccef2f5a651fffcfe13c71d91262be4d"
12SRC_URI[sha256sum] = "36f48b56af54c44db848fe4a23c2cb70bd334237e11212a16885a55aca881ddd"
13
14S = "${WORKDIR}/${SRCNAME}-${PV}"
15
16inherit setuptools
17
18DEPENDS += " \
19 python-pip \
20 "
21
22RDEPENDS_${PN} += " \
23 python-futures \
24 python-contextlib2 \
25 "
26