commit:     b127bce894a33a58670ffbb0f4516e0bd624f2c7
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  3 20:22:50 2020 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sat Oct  3 20:23:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b127bce8

app-emulation/glean: switch to DISTUTILS_USE_SETUPTOOLS=rdepend

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

 app-emulation/glean/glean-1.10.3.ebuild | 5 ++---
 app-emulation/glean/glean-1.17.0.ebuild | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/app-emulation/glean/glean-1.10.3.ebuild 
b/app-emulation/glean/glean-1.10.3.ebuild
index db1ffac942b..939e686bb3b 100644
--- a/app-emulation/glean/glean-1.10.3.ebuild
+++ b/app-emulation/glean/glean-1.10.3.ebuild
@@ -4,6 +4,7 @@
 EAPI=6
 
 PYTHON_COMPAT=( python3_6 )
+DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
 
@@ -16,9 +17,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       dev-python/pbr[${PYTHON_USEDEP}]"
+DEPEND="dev-python/pbr[${PYTHON_USEDEP}]"
 RDEPEND="${DEPEND}"
 
 src_install() {

diff --git a/app-emulation/glean/glean-1.17.0.ebuild 
b/app-emulation/glean/glean-1.17.0.ebuild
index 521c8d3efe6..13ba0b43ea3 100644
--- a/app-emulation/glean/glean-1.17.0.ebuild
+++ b/app-emulation/glean/glean-1.17.0.ebuild
@@ -4,6 +4,7 @@
 EAPI=7
 
 PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
+DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
 
@@ -16,9 +17,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       dev-python/pbr[${PYTHON_USEDEP}]"
+DEPEND="dev-python/pbr[${PYTHON_USEDEP}]"
 RDEPEND="${DEPEND}"
 
 src_install() {

Reply via email to