diff options
author | 2016-01-04 16:23:35 +0100 | |
---|---|---|
committer | 2016-01-05 11:49:17 -0500 | |
commit | d8bc0d92d0f741e2ea1e6d3d9bc6b7a091d03cfb (patch) | |
tree | 8ba9e89c1ea36c6ab974c1ec976d1bfd23806a7a | |
parent | 63393a38bd1c198f43dfb262e10da80d54d962e4 (diff) | |
download | meta-cloud-services-d8bc0d92d0f741e2ea1e6d3d9bc6b7a091d03cfb.tar.gz meta-cloud-services-d8bc0d92d0f741e2ea1e6d3d9bc6b7a091d03cfb.tar.bz2 meta-cloud-services-d8bc0d92d0f741e2ea1e6d3d9bc6b7a091d03cfb.zip |
python-taskflow: upgrade to 0.7.1 (kilo)fido-kilo
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-taskflow_git.bb | 10 |
1 files 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 287a3118..376c290a 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 \ " |