Commit 38e8c9c9aa0f uprev'd this package to release 3.20.0 which is
not on the stable/pike branch so the fetch was failing with:

  Fetcher failure: Unable to find revision 172e20b10981 in branch
  stable/pike even from upstream

Switch the branch to 'master' to fix the fetch.

Signed-off-by: Mark Asselstine <mark.asselst...@windriver.com>
---
 meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb 
b/meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb
index 313c277..9fe3d00 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb
@@ -8,7 +8,7 @@ PV = "3.20.0+git${SRCPV}"
 SRCREV = "172e20b10981069c36b0f42377e5b4fbe22a9864"
 
 SRCNAME = "oslo.i18n"
-SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
+SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master"
 
 S = "${WORKDIR}/git"
 
-- 
2.7.4

-- 
_______________________________________________
meta-virtualization mailing list
meta-virtualization@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-virtualization

Reply via email to