mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-python/isort: Remove leftover sed from 5.12.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user