summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-taskflow_git.bb
diff options
context:
space:
mode:
authorMark Asselstine <asselsm@gmail.com>2016-02-03 20:41:06 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-02-05 14:42:17 -0500
commit3dd375570e0c1bc3a94d1d821946c511b17b1382 (patch)
tree02df0ad801228de173b3ca88ac5862c7e5d9d3f0 /meta-openstack/recipes-devtools/python/python-taskflow_git.bb
parentac446f3bc8a6df622f3551952f055064847f6f0e (diff)
downloadmeta-cloud-services-3dd375570e0c1bc3a94d1d821946c511b17b1382.tar.gz
python-*: uprev to versions required for liberty
This is a collection of recipe uprevs that bring various packages up to the version required to support the liberty release. These uprevs are mostly trivial with the expected SRC_URI and CHECKSUM updates along with updates to the list of dependencies. Where possible recipes have been updated to use git to facilitate future uprevs. For python-futures we need to add a PREFERRED_VERSION to ensure the git version will take precedence over a versioned recipe found in another layer. Signed-off-by: Mark Asselstine <asselsm@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-taskflow_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-taskflow_git.bb17
1 files changed, 13 insertions, 4 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..088d4d1 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=master \
11 " 9 "
12 10
13PV="0.2+git${SRCPV}" 11PV="1.21.0+git${SRCPV}"
14SRCREV="8800572da240b1f1856898952ce804936dafe49f" 12SRCREV="52bd5e89fdddec49907a45e83a7a4b1abd1d1291"
15S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
16 14
17inherit setuptools 15inherit setuptools
@@ -30,4 +28,15 @@ RDEPENDS_${PN} += " \
30 python-babel \ 28 python-babel \
31 python-stevedore \ 29 python-stevedore \
32 python-futures \ 30 python-futures \
31 python-futurist \
32 python-fasteners \
33 python-contextlib2 \
34 python-monotonic \
35 python-jsonschema \
36 python-automaton \
37 python-oslo.utils \
38 python-oslo.serialization \
39 python-cachetools \
40 python-debtcollector \
41 python-enum34 \
33 " 42 "