diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-07 20:23:07 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-07 20:24:02 +0300 |
commit | b6ccaa71f235ba08319abd83eddb7a5f71653040 (patch) | |
tree | f2c89014aceb33f4f7497a36dc3cb0dba1e8814f /dev-python/humanize | |
parent | dev-python/casttube: add 0.2.1, enable py3.10 (diff) | |
download | gentoo-b6ccaa71f235ba08319abd83eddb7a5f71653040.tar.gz gentoo-b6ccaa71f235ba08319abd83eddb7a5f71653040.tar.bz2 gentoo-b6ccaa71f235ba08319abd83eddb7a5f71653040.zip |
dev-python/humanize: fix DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/816807
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
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 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 +} |