diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-mistralclient_git.bb | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-mistralclient_git.bb b/meta-openstack/recipes-devtools/python/python-mistralclient_git.bb index f721bd3..d05391b 100644 --- a/meta-openstack/recipes-devtools/python/python-mistralclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-mistralclient_git.bb | |||
| @@ -11,17 +11,20 @@ DEPENDS += " \ | |||
| 11 | 11 | ||
| 12 | RDEPENDS_${PN} +=" \ | 12 | RDEPENDS_${PN} +=" \ |
| 13 | python-cliff \ | 13 | python-cliff \ |
| 14 | python-pbr \ | ||
| 15 | python-keystoneclient \ | 14 | python-keystoneclient \ |
| 15 | python-osc-lib \ | ||
| 16 | python-oslo.utils \ | ||
| 17 | python-pbr \ | ||
| 16 | python-pyyaml \ | 18 | python-pyyaml \ |
| 17 | python-requests \ | 19 | python-requests \ |
| 20 | python-six \ | ||
| 18 | " | 21 | " |
| 19 | 22 | ||
| 20 | SRCNAME = "mistralclient" | 23 | SRCNAME = "mistralclient" |
| 21 | SRC_URI = "git://github.com/openstack/${BPN}.git;branch=master" | 24 | SRC_URI = "git://github.com/openstack/${BPN}.git;branch=stable/newton" |
| 22 | 25 | ||
| 23 | PV = "1.1.0+git${SRCPV}" | 26 | PV = "2.1.2+git${SRCPV}" |
| 24 | SRCREV = "48e2780ee0148efc186c8972ca22e572fa2433c5" | 27 | SRCREV = "1dcfc2c096a4610d63611bfd7d98687f3e5e2da4" |
| 25 | S = "${WORKDIR}/git" | 28 | S = "${WORKDIR}/git" |
| 26 | 29 | ||
| 27 | inherit setuptools | 30 | inherit setuptools |
