commit:     fe13784be44e5167f67315bf280690004aae885e
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 29 14:36:11 2020 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Sep 29 14:36:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe13784b

dev-python/setuptools: set DISTUTILS_USE_SETUPTOOLS=manual

The install QA check correctly detects that setuptools depends on itself
at runtime, but we don't want to add a self-referential dependency to
RDEPEND.

Closes: https://bugs.gentoo.org/745417
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 dev-python/setuptools/setuptools-46.4.0-r3.ebuild | 3 ++-
 dev-python/setuptools/setuptools-50.3.0.ebuild    | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-python/setuptools/setuptools-46.4.0-r3.ebuild 
b/dev-python/setuptools/setuptools-46.4.0-r3.ebuild
index f42864c53f3..9819bcdb50e 100644
--- a/dev-python/setuptools/setuptools-46.4.0-r3.ebuild
+++ b/dev-python/setuptools/setuptools-46.4.0-r3.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-DISTUTILS_USE_SETUPTOOLS=no
+# Set to 'manual' to avoid triggering install QA check
+DISTUTILS_USE_SETUPTOOLS=manual
 PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 PYTHON_REQ_USE="xml(+)"
 

diff --git a/dev-python/setuptools/setuptools-50.3.0.ebuild 
b/dev-python/setuptools/setuptools-50.3.0.ebuild
index 0d8d2e8bfb9..ccd3f2338ab 100644
--- a/dev-python/setuptools/setuptools-50.3.0.ebuild
+++ b/dev-python/setuptools/setuptools-50.3.0.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-DISTUTILS_USE_SETUPTOOLS=no
+# Set to 'manual' to avoid triggering install QA check
+DISTUTILS_USE_SETUPTOOLS=manual
 PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
 PYTHON_REQ_USE="xml(+)"
 

Reply via email to