summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-08-22 16:25:50 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-08-22 22:48:03 -0400
commit945e7af04b58cede0c4210b61671886b45b005dc (patch)
tree66a4c8c6a8224b7d4880be30ef6e1ecce2e46339
parent6204c27d8792d79f6b0c0a256edd28dbd161f0b7 (diff)
downloadmeta-cloud-services-945e7af04b58cede0c4210b61671886b45b005dc.tar.gz
python-novaclient: drop DEPENDS for python-setuptools-git
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@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-novaclient_git.bb1
1 files changed, 0 insertions, 1 deletions
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"
15 15
16inherit setuptools monitor rmargparse 16inherit setuptools monitor rmargparse
17 17
18DEPENDS = "python-setuptools-git"
19DEPENDS += " \ 18DEPENDS += " \
20 python-pip \ 19 python-pip \
21 python-pbr \ 20 python-pbr \