From 52f895faaaf01579a8d9528cafec20bf2c873f5c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 17 Jan 2020 22:43:15 +0000 Subject: gentoo resync : 17.01.2010 --- eclass/distutils-r1.eclass | 2 ++ 1 file changed, 2 insertions(+) (limited to 'eclass/distutils-r1.eclass') diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 302651858352..a840769cdecf 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -449,6 +449,8 @@ _distutils_verify_use_setuptools() { elif grep -E -q -s '(from|import)\s+setuptools' setup.py; then if grep -E -q -s 'entry_points\s*=' setup.py; then expected=rdepend + elif grep -F -q -s '[options.entry_points]' setup.cfg; then + expected=rdepend else expected=bdepend fi -- cgit v1.2.3