summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-10-07 20:23:07 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2021-10-07 20:24:02 +0300
commitb6ccaa71f235ba08319abd83eddb7a5f71653040 (patch)
treef2c89014aceb33f4f7497a36dc3cb0dba1e8814f
parentdev-python/casttube: add 0.2.1, enable py3.10 (diff)
downloadgentoo-b6ccaa71.tar.gz
gentoo-b6ccaa71.tar.bz2
gentoo-b6ccaa71.zip
dev-python/humanize: fix DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/816807 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-python/humanize/humanize-3.12.0-r1.ebuild (renamed from dev-python/humanize/humanize-3.12.0.ebuild)5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-python/humanize/humanize-3.12.0.ebuild b/dev-python/humanize/humanize-3.12.0-r1.ebuild
index 927e02516867..e01d205acf43 100644
--- a/dev-python/humanize/humanize-3.12.0.ebuild
+++ b/dev-python/humanize/humanize-3.12.0-r1.ebuild
@@ -25,3 +25,8 @@ BDEPEND="
"
distutils_enable_tests --install pytest
+
+src_prepare() {
+ sed -e '/setuptools/d' -i setup.cfg || die
+ distutils-r1_src_prepare
+}