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