From: Jackie Huang <[email protected]> 0.7.7 and 0.8.0 are actually the same.
Signed-off-by: Jackie Huang <[email protected]> --- meta-openstack/recipes-devtools/python/python-saharaclient_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-openstack/recipes-devtools/python/python-saharaclient_git.bb b/meta-openstack/recipes-devtools/python/python-saharaclient_git.bb index e5a3216..c97ac8c 100644 --- a/meta-openstack/recipes-devtools/python/python-saharaclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-saharaclient_git.bb @@ -17,8 +17,8 @@ SRCNAME = "saharaclient" SRC_URI = "git://github.com/openstack/python-saharaclient.git;branch=master" -PV="0.7.7+git${SRCPV}" -SRCREV="319ceb6acf55382218dcd971367613aecb3e4afc" +PV = "0.8.0+git${SRCPV}" +SRCREV = "319ceb6acf55382218dcd971367613aecb3e4afc" S = "${WORKDIR}/git" inherit setuptools -- 1.9.1 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
