summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosep Puigdemont <josep.puigdemont@enea.com>2016-01-04 16:23:35 +0100
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-01-05 11:49:17 -0500
commitd8bc0d92d0f741e2ea1e6d3d9bc6b7a091d03cfb (patch)
tree8ba9e89c1ea36c6ab974c1ec976d1bfd23806a7a
parent63393a38bd1c198f43dfb262e10da80d54d962e4 (diff)
downloadmeta-cloud-services-fido-kilo.tar.gz
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.bb10
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 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"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=4476c4be31402271e101d9a4a3430d52" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=4476c4be31402271e101d9a4a3430d52"
6 6
7PR = "r0"
8
9SRC_URI = "\ 7SRC_URI = "\
10 git://git.openstack.org/openstack/taskflow.git;branch=master \ 8 git://git.openstack.org/openstack/taskflow.git;branch=stable/kilo \
11 " 9 "
12 10
13PV="0.2+git${SRCPV}" 11PV="0.7.1+git${SRCPV}"
14SRCREV="8800572da240b1f1856898952ce804936dafe49f" 12SRCREV="28bece7c7c97199b8d941b16865c3670c323589a"
15S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
16 14
17inherit setuptools 15inherit setuptools
@@ -30,4 +28,6 @@ RDEPENDS_${PN} += " \
30 python-babel \ 28 python-babel \
31 python-stevedore \ 29 python-stevedore \
32 python-futures \ 30 python-futures \
31 python-oslo.utils \
32 python-oslo.serialization \
33 " 33 "