[meta-virtualization] [m-c-s][PATCH] python-novaclient: drop DEPENDS for python-setuptools-git

Mark Asselstine mark.asselstine at windriver.com
Tue Aug 22 13:25:50 PDT 2017


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.asselstine at 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



More information about the meta-virtualization mailing list