summaryrefslogtreecommitdiff
path: root/dev-python/humanize
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/humanize')
-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 d67716f44fb1..d99c3b5556de 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
+}