From fcf43a2b0a9ca101dd0c4b3d3f7b9fe0278e7173 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Mon, 21 Oct 2019 15:58:45 +0800 Subject: python-designateclient: upgrade 2.7.0 -> 3.0.0 The latest version cannot be found in branch stable/pike,so switch to master. Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-designateclient_git.bb | 6 +++--- 1 file 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} += " \ " SRCNAME = "designateclient" -SRC_URI = "git://github.com/openstack/${BPN}.git;branch=stable/pike" +SRC_URI = "git://github.com/openstack/${BPN}.git;branch=master" -PV = "2.7.0+git${SRCPV}" -SRCREV = "77a705857f2c303a03fdbccd4460a68b61d92fd0" +PV = "3.0.0+git${SRCPV}" +SRCREV = "093d8d7170cbf6ef8c7a7c0ff2a4dcd7ecd6361b" S = "${WORKDIR}/git" inherit setuptools -- cgit v1.2.3-54-g00ecf