commit: 72b0e85c5dd26f8d3e593b34b703e9bebfcf9eee
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 7 14:48:19 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 7 14:48:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b0e85c
dev-python/isort: Remove leftover sed from 5.12.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/isort/isort-5.12.0.ebuild | 2 --
1 file changed, 2 deletions(-)
diff --git a/dev-python/isort/isort-5.12.0.ebuild
b/dev-python/isort/isort-5.12.0.ebuild
index 1c237256715b..131c8a595db9 100644
--- a/dev-python/isort/isort-5.12.0.ebuild
+++ b/dev-python/isort/isort-5.12.0.ebuild
@@ -43,8 +43,6 @@ src_prepare() {
# unbundle tomli
sed -i -e 's:from ._vendored ::' isort/settings.py || die
rm -r isort/_vendored || die
- # leftover toml import used to determine .toml support
- sed -i -e 's:import toml:toml = True:' tests/unit/test_isort.py || die
distutils-r1_src_prepare
}