[meta-virtualization] [meta-cloud-services][fido-kilo][PATCH 1/5] python-taskflow: upgrade to 0.7.1 (kilo)

Josep Puigdemont josep.puigdemont at enea.com
Mon Jan 4 07:23:35 PST 2016


Signed-off-by: Josep Puigdemont <josep.puigdemont at enea.com>
---
 meta-openstack/recipes-devtools/python/python-taskflow_git.bb | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/meta-openstack/recipes-devtools/python/python-taskflow_git.bb b/meta-openstack/recipes-devtools/python/python-taskflow_git.bb
index 287a311..376c290 100644
--- a/meta-openstack/recipes-devtools/python/python-taskflow_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-taskflow_git.bb
@@ -4,14 +4,12 @@ SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=4476c4be31402271e101d9a4a3430d52"
 
-PR = "r0"
-
 SRC_URI = "\
-	git://git.openstack.org/openstack/taskflow.git;branch=master \
+	git://git.openstack.org/openstack/taskflow.git;branch=stable/kilo \
 	"
 
-PV="0.2+git${SRCPV}"
-SRCREV="8800572da240b1f1856898952ce804936dafe49f"
+PV="0.7.1+git${SRCPV}"
+SRCREV="28bece7c7c97199b8d941b16865c3670c323589a"
 S = "${WORKDIR}/git"
 
 inherit setuptools
@@ -30,4 +28,6 @@ RDEPENDS_${PN} += " \
         python-babel \
         python-stevedore \
         python-futures \
+        python-oslo.utils \
+        python-oslo.serialization \
 	"
-- 
2.5.0



More information about the meta-virtualization mailing list