dev-python/radon: Fix unpinning to use the correct build system

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-11-10 15:53:41 +01:00
parent aab574b07c
commit f079065e28

View File

@@ -37,5 +37,5 @@ src_prepare() {
distutils-r1_src_prepare
# unpin deps
sed -i -e 's:,<[0-9.]*::' setup.py || die
sed -i -e 's:,<[0-9.]*::' pyproject.toml || die
}