commit:     922588f677796766925cc26f9e2a5cf7c6231769
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 30 17:27:02 2020 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed Sep 30 17:29:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=922588f6

app-admin/glance: add DISTUTILS_USE_SETUPTOOLS=bdepend

Closes: https://bugs.gentoo.org/745732
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 app-admin/glance/glance-20.0.0.ebuild      | 5 ++---
 app-admin/glance/glance-20.0.1.ebuild      | 5 ++---
 app-admin/glance/glance-2020.1.9999.ebuild | 5 ++---
 3 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/app-admin/glance/glance-20.0.0.ebuild 
b/app-admin/glance/glance-20.0.0.ebuild
index 8bf9f4279c0..b97b5cefe72 100644
--- a/app-admin/glance/glance-20.0.0.ebuild
+++ b/app-admin/glance/glance-20.0.0.ebuild
@@ -4,6 +4,7 @@
 EAPI=7
 
 PYTHON_COMPAT=( python3_7 )
+DISTUTILS_USE_SETUPTOOLS=bdepend
 inherit distutils-r1
 
 DESCRIPTION="Services for discovering, registering, and retrieving VM images"
@@ -25,9 +26,7 @@ REQUIRED_USE="|| ( mysql postgres sqlite )"
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
        !~dev-python/pbr-2.1.0"
-DEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       ${CDEPEND}"
+DEPEND="${CDEPEND}"
 
 #note to self, wsgiref is a python builtin, no need to package it
 #>=dev-python/wsgiref-0.1.2[${PYTHON_USEDEP}]

diff --git a/app-admin/glance/glance-20.0.1.ebuild 
b/app-admin/glance/glance-20.0.1.ebuild
index 8bf9f4279c0..b97b5cefe72 100644
--- a/app-admin/glance/glance-20.0.1.ebuild
+++ b/app-admin/glance/glance-20.0.1.ebuild
@@ -4,6 +4,7 @@
 EAPI=7
 
 PYTHON_COMPAT=( python3_7 )
+DISTUTILS_USE_SETUPTOOLS=bdepend
 inherit distutils-r1
 
 DESCRIPTION="Services for discovering, registering, and retrieving VM images"
@@ -25,9 +26,7 @@ REQUIRED_USE="|| ( mysql postgres sqlite )"
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
        !~dev-python/pbr-2.1.0"
-DEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       ${CDEPEND}"
+DEPEND="${CDEPEND}"
 
 #note to self, wsgiref is a python builtin, no need to package it
 #>=dev-python/wsgiref-0.1.2[${PYTHON_USEDEP}]

diff --git a/app-admin/glance/glance-2020.1.9999.ebuild 
b/app-admin/glance/glance-2020.1.9999.ebuild
index 3136ae3593d..779d30ba55d 100644
--- a/app-admin/glance/glance-2020.1.9999.ebuild
+++ b/app-admin/glance/glance-2020.1.9999.ebuild
@@ -4,6 +4,7 @@
 EAPI=7
 
 PYTHON_COMPAT=( python3_7 )
+DISTUTILS_USE_SETUPTOOLS=bdepend
 inherit distutils-r1
 
 DESCRIPTION="Services for discovering, registering, and retrieving VM images"
@@ -25,9 +26,7 @@ REQUIRED_USE="|| ( mysql postgres sqlite )"
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
        !~dev-python/pbr-2.1.0"
-DEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       ${CDEPEND}"
+DEPEND="${CDEPEND}"
 
 #note to self, wsgiref is a python builtin, no need to package it
 #>=dev-python/wsgiref-0.1.2[${PYTHON_USEDEP}]

Reply via email to