diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-12-01 15:19:39 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-12-01 21:46:36 -0500 |
| commit | 802ef56ac60b3356b8e186fd4598053d34a4f449 (patch) | |
| tree | 23e091f4dd7432b68fc6ae1868fac70cee4646a7 /meta-openstack/recipes-devtools/python/python-taskflow_git.bb | |
| parent | 6802a4f90ebdb8b1eecb777b2b8634dda7df18fd (diff) | |
| download | meta-cloud-services-802ef56ac60b3356b8e186fd4598053d34a4f449.tar.gz | |
python-taskflow: uprev to latest stable/pike
This uprev is required by the stable/pike version of python-glance.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.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.bb | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-taskflow_git.bb b/meta-openstack/recipes-devtools/python/python-taskflow_git.bb index 088d4d1..1717617 100644 --- a/meta-openstack/recipes-devtools/python/python-taskflow_git.bb +++ b/meta-openstack/recipes-devtools/python/python-taskflow_git.bb | |||
| @@ -5,11 +5,11 @@ LICENSE = "Apache-2.0" | |||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4476c4be31402271e101d9a4a3430d52" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4476c4be31402271e101d9a4a3430d52" |
| 6 | 6 | ||
| 7 | SRC_URI = "\ | 7 | SRC_URI = "\ |
| 8 | git://git.openstack.org/openstack/taskflow.git;branch=master \ | 8 | git://git.openstack.org/openstack/taskflow.git;branch=stable/pike \ |
| 9 | " | 9 | " |
| 10 | 10 | ||
| 11 | PV="1.21.0+git${SRCPV}" | 11 | PV="2.14.1+git${SRCPV}" |
| 12 | SRCREV="52bd5e89fdddec49907a45e83a7a4b1abd1d1291" | 12 | SRCREV="ed867c4fd17e4102a133c313a13af37baccf14a4" |
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
| 15 | inherit setuptools | 15 | inherit setuptools |
| @@ -21,22 +21,20 @@ DEPENDS += " \ | |||
| 21 | 21 | ||
| 22 | RDEPENDS_${PN} += " \ | 22 | RDEPENDS_${PN} += " \ |
| 23 | python-pbr \ | 23 | python-pbr \ |
| 24 | python-anyjson \ | ||
| 25 | python-iso8601 \ | ||
| 26 | python-six \ | 24 | python-six \ |
| 27 | python-networkx \ | 25 | python-enum34 \ |
| 28 | python-babel \ | ||
| 29 | python-stevedore \ | ||
| 30 | python-futures \ | ||
| 31 | python-futurist \ | 26 | python-futurist \ |
| 32 | python-fasteners \ | 27 | python-fasteners \ |
| 28 | python-networkx \ | ||
| 33 | python-contextlib2 \ | 29 | python-contextlib2 \ |
| 34 | python-monotonic \ | 30 | python-stevedore \ |
| 31 | python-futures \ | ||
| 35 | python-jsonschema \ | 32 | python-jsonschema \ |
| 36 | python-automaton \ | 33 | python-automaton \ |
| 37 | python-oslo.utils \ | 34 | python-oslo.utils \ |
| 38 | python-oslo.serialization \ | 35 | python-oslo.serialization \ |
| 36 | python-tenacity \ | ||
| 39 | python-cachetools \ | 37 | python-cachetools \ |
| 40 | python-debtcollector \ | 38 | python-debtcollector \ |
| 41 | python-enum34 \ | 39 | " |
| 42 | " | 40 | \ No newline at end of file |
