summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-futurist_0.21.0.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-01-21 22:48:45 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-01-21 23:17:11 -0500
commit989bb39ce87eb879a8bf994160b8ebf552421627 (patch)
tree0742b3a02e2b0839d1a860a56d0370cc840f3513 /meta-openstack/recipes-devtools/python/python-futurist_0.21.0.bb
parent704e63aadc51154f75f99334ef70ed117ffcd48b (diff)
downloadmeta-cloud-services-989bb39ce87eb879a8bf994160b8ebf552421627.tar.gz
python-futurist: uprev to v0.21.0
This version is required to support python-oslo.messaging. Other than the typical version and checksum updates, minor updates to the runtime dependencies were required. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-futurist_0.21.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-futurist_0.21.0.bb31
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-futurist_0.21.0.bb b/meta-openstack/recipes-devtools/python/python-futurist_0.21.0.bb
new file mode 100644
index 0000000..27f2860
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-futurist_0.21.0.bb
@@ -0,0 +1,31 @@
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.io/packages/source/f/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
10
11SRC_URI[md5sum] = "da7e87d273f1982c24e9fe8a24f81259"
12SRC_URI[sha256sum] = "086dd646c067d4ef6dc9c04000828acfbdc00842bd37c64825b596a6976509b4"
13
14S = "${WORKDIR}/${SRCNAME}-${PV}"
15
16inherit setuptools
17
18DEPENDS += " \
19 python-pip \
20 python-pbr-native \
21 "
22
23RDEPENDS_${PN} += " \
24 python-pbr \
25 python-six \
26 python-monotonic \
27 python-futures \
28 python-contextlib2 \
29 python-prettytable \
30 "
31