summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/python/python-designateclient_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-designateclient_git.bb b/meta-openstack/recipes-devtools/python/python-designateclient_git.bb
index a6f7cbf..42efb08 100644
--- a/meta-openstack/recipes-devtools/python/python-designateclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-designateclient_git.bb
@@ -28,10 +28,10 @@ RDEPENDS_${PN} += " \
28 " 28 "
29 29
30SRCNAME = "designateclient" 30SRCNAME = "designateclient"
31SRC_URI = "git://github.com/openstack/${BPN}.git;branch=stable/pike" 31SRC_URI = "git://github.com/openstack/${BPN}.git;branch=master"
32 32
33PV = "2.7.0+git${SRCPV}" 33PV = "3.0.0+git${SRCPV}"
34SRCREV = "77a705857f2c303a03fdbccd4460a68b61d92fd0" 34SRCREV = "093d8d7170cbf6ef8c7a7c0ff2a4dcd7ecd6361b"
35S = "${WORKDIR}/git" 35S = "${WORKDIR}/git"
36 36
37inherit setuptools 37inherit setuptools