summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--meta-openstack/recipes-devtools/python/python-futurist_0.21.0.bb (renamed from meta-openstack/recipes-devtools/python/python-futurist_0.8.0.bb)11
1 files changed, 8 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-futurist_0.8.0.bb b/meta-openstack/recipes-devtools/python/python-futurist_0.21.0.bb
index 3ad3993..27f2860 100644
--- a/meta-openstack/recipes-devtools/python/python-futurist_0.8.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-futurist_0.21.0.bb
@@ -6,10 +6,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6 6
7SRCNAME = "futurist" 7SRCNAME = "futurist"
8 8
9SRC_URI = "https://pypi.python.org/packages/source/f/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" 9SRC_URI = "https://pypi.io/packages/source/f/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
10 10
11SRC_URI[md5sum] = "ccef2f5a651fffcfe13c71d91262be4d" 11SRC_URI[md5sum] = "da7e87d273f1982c24e9fe8a24f81259"
12SRC_URI[sha256sum] = "36f48b56af54c44db848fe4a23c2cb70bd334237e11212a16885a55aca881ddd" 12SRC_URI[sha256sum] = "086dd646c067d4ef6dc9c04000828acfbdc00842bd37c64825b596a6976509b4"
13 13
14S = "${WORKDIR}/${SRCNAME}-${PV}" 14S = "${WORKDIR}/${SRCNAME}-${PV}"
15 15
@@ -17,10 +17,15 @@ inherit setuptools
17 17
18DEPENDS += " \ 18DEPENDS += " \
19 python-pip \ 19 python-pip \
20 python-pbr-native \
20 " 21 "
21 22
22RDEPENDS_${PN} += " \ 23RDEPENDS_${PN} += " \
24 python-pbr \
25 python-six \
26 python-monotonic \
23 python-futures \ 27 python-futures \
24 python-contextlib2 \ 28 python-contextlib2 \
29 python-prettytable \
25 " 30 "
26 31