diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-designateclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-designateclient_git.bb | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-designateclient_git.bb b/meta-openstack/recipes-devtools/python/python-designateclient_git.bb index d8477d5..7a0ba71 100644 --- a/meta-openstack/recipes-devtools/python/python-designateclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-designateclient_git.bb | |||
| @@ -9,23 +9,24 @@ DEPENDS += " \ | |||
| 9 | python-pbr \ | 9 | python-pbr \ |
| 10 | " | 10 | " |
| 11 | 11 | ||
| 12 | RDEPENDS_${PN} +=" \ | 12 | RDEPENDS_${PN} += " \ |
| 13 | python-cliff \ | 13 | python-cliff \ |
| 14 | python-jsonschema \ | 14 | python-jsonschema \ |
| 15 | python-osc-lib \ | ||
| 15 | python-oslo.utils \ | 16 | python-oslo.utils \ |
| 16 | python-pbr \ | 17 | python-pbr \ |
| 17 | python-keystoneclient \ | 18 | python-keystoneauth1 \ |
| 18 | python-requests \ | 19 | python-requests \ |
| 19 | python-six \ | 20 | python-six \ |
| 20 | python-stevedore \ | 21 | python-stevedore \ |
| 21 | python-debtcollector \ | 22 | python-debtcollector \ |
| 22 | " | 23 | " |
| 23 | 24 | ||
| 24 | SRCNAME = "designateclient" | 25 | SRCNAME = "designateclient" |
| 25 | SRC_URI = "git://github.com/openstack/${BPN}.git;branch=master" | 26 | SRC_URI = "git://github.com/openstack/${BPN}.git;branch=stable/pike" |
| 26 | 27 | ||
| 27 | PV = "1.5.0+git${SRCPV}" | 28 | PV = "2.7.0+git${SRCPV}" |
| 28 | SRCREV = "b97ae05612522180cc6f64485212811329da9645" | 29 | SRCREV = "77a705857f2c303a03fdbccd4460a68b61d92fd0" |
| 29 | S = "${WORKDIR}/git" | 30 | S = "${WORKDIR}/git" |
| 30 | 31 | ||
| 31 | inherit setuptools | 32 | inherit setuptools |
