summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-futurist_0.21.0.bb
diff options
context:
space:
mode:
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