diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-07 17:58:09 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-07 17:58:54 +0100 |
commit | cfdfd8c30a9aec68b34a958cc7e28cf823489f64 (patch) | |
tree | e8a01a08452863f40c02f7b0eb91259d18ab53b0 /eclass/tests | |
parent | dev-libs/newt: Remove py3.7&3.8 as they're broken (diff) | |
download | gentoo-cfdfd8c30a9aec68b34a958cc7e28cf823489f64.tar.gz gentoo-cfdfd8c30a9aec68b34a958cc7e28cf823489f64.tar.bz2 gentoo-cfdfd8c30a9aec68b34a958cc7e28cf823489f64.zip |
eclass/tests/distutils-r1.sh: Disable setuptools dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/tests')
-rwxr-xr-x | eclass/tests/distutils-r1.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/tests/distutils-r1.sh b/eclass/tests/distutils-r1.sh index d5f3e2812ca4..d251f85a5eb1 100755 --- a/eclass/tests/distutils-r1.sh +++ b/eclass/tests/distutils-r1.sh @@ -47,6 +47,7 @@ test-distutils_enable_tests() { tend ${ret} } +DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 tbegin "sane function names" |