The upstream project dropped the use of setuptools-git when they moved
to use pbr. There was a bug here anyway in that 'inherit setuptools'
sets a DEPENDS which was then being blown away by the "DEPENDS = ...",
but since we just don't need python-setuptools-git anymore we simply
drop it.

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

diff --git a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb 
b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb
index a2775ec..1456bbc 100644
--- a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb
@@ -15,7 +15,6 @@ S = "${WORKDIR}/git"
 
 inherit setuptools monitor rmargparse
 
-DEPENDS = "python-setuptools-git"
 DEPENDS += " \
         python-pip \
         python-pbr \
-- 
2.7.4

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

Reply via email to