dev-python/humanize: fix DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/816807
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2021-10-07 20:23:07 +03:00
parent 496d5c8168
commit b6ccaa71f2

View File

@@ -25,3 +25,8 @@ BDEPEND="
"
distutils_enable_tests --install pytest
src_prepare() {
sed -e '/setuptools/d' -i setup.cfg || die
distutils-r1_src_prepare
}