summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-futurist_1.10.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-futurist_1.10.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-futurist_1.10.0.bb25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-futurist_1.10.0.bb b/meta-openstack/recipes-devtools/python/python-futurist_1.10.0.bb
deleted file mode 100644
index 4996072..0000000
--- a/meta-openstack/recipes-devtools/python/python-futurist_1.10.0.bb
+++ /dev/null
@@ -1,25 +0,0 @@
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
7SRC_URI[md5sum] = "d7f98e9a5cb09fe9706e4afcbeab1552"
8SRC_URI[sha256sum] = "139d223503d47275636285ae98e7b470085b2b3b6fb2fc9a0d04a76de4b3d30e"
9
10inherit setuptools3 pypi
11
12DEPENDS += " \
13 python-pip \
14 python-pbr-native \
15 "
16
17RDEPENDS_${PN} += " \
18 python-pbr \
19 python-six \
20 python-monotonic \
21 python-futures \
22 python-contextlib2 \
23 python-prettytable \
24 "
25