[meta-virtualization] [m-c-s][PATCH 1/4] python-futurist: uprev to v0.21.0

Mark Asselstine mark.asselstine at windriver.com
Sat Jan 21 19:48:45 PST 2017


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 at windriver.com>
---
 .../{python-futurist_0.8.0.bb => python-futurist_0.21.0.bb}   | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python-futurist_0.8.0.bb => python-futurist_0.21.0.bb} (56%)

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
similarity index 56%
rename from meta-openstack/recipes-devtools/python/python-futurist_0.8.0.bb
rename to 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"
 
 SRCNAME = "futurist"
 
-SRC_URI = "https://pypi.python.org/packages/source/f/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
+SRC_URI = "https://pypi.io/packages/source/f/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "ccef2f5a651fffcfe13c71d91262be4d"
-SRC_URI[sha256sum] = "36f48b56af54c44db848fe4a23c2cb70bd334237e11212a16885a55aca881ddd"
+SRC_URI[md5sum] = "da7e87d273f1982c24e9fe8a24f81259"
+SRC_URI[sha256sum] = "086dd646c067d4ef6dc9c04000828acfbdc00842bd37c64825b596a6976509b4"
 
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 
@@ -17,10 +17,15 @@ inherit setuptools
 
 DEPENDS += " \
         python-pip \
+        python-pbr-native \
         "
 
 RDEPENDS_${PN} += " \
+        python-pbr \
+        python-six \
+        python-monotonic \
         python-futures \
         python-contextlib2 \
+        python-prettytable \
         "
 
-- 
2.7.4



More information about the meta-virtualization mailing list