eclass/tests/distutils-r1.sh: Disable setuptools dep
authorMichał Górny <mgorny@gentoo.org>
Sat, 7 Dec 2019 16:58:09 +0000 (17:58 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 7 Dec 2019 16:58:54 +0000 (17:58 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
eclass/tests/distutils-r1.sh

index d5f3e2812ca462d5a11d43a89a1b0316f45778c4..d251f85a5eb137c55e5c2daf2e251fd82afb9eba 100755 (executable)
@@ -47,6 +47,7 @@ test-distutils_enable_tests() {
        tend ${ret}
 }
 
+DISTUTILS_USE_SETUPTOOLS=no
 inherit distutils-r1
 
 tbegin "sane function names"