diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-taskflow_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-taskflow_git.bb | 17 |
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" | |||
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4476c4be31402271e101d9a4a3430d52" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4476c4be31402271e101d9a4a3430d52" |
| 6 | 6 | ||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | SRC_URI = "\ | 7 | SRC_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 | ||
| 13 | PV="0.2+git${SRCPV}" | 11 | PV="1.21.0+git${SRCPV}" |
| 14 | SRCREV="8800572da240b1f1856898952ce804936dafe49f" | 12 | SRCREV="52bd5e89fdddec49907a45e83a7a4b1abd1d1291" |
| 15 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 16 | 14 | ||
| 17 | inherit setuptools | 15 | inherit 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 | " |
