mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
dev-python/poetry: Fix greedy sed
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -54,7 +54,7 @@ BDEPEND="
|
||||
|
||||
src_prepare() {
|
||||
# unpin
|
||||
sed -e 's:,<[0-9.]*::' -e 's:==:>=:' -i pyproject.toml || die
|
||||
sed -e 's:,<[0-9.]*::' -e 's:==\([0-9]\):>=\1:' -i pyproject.toml || die
|
||||
|
||||
distutils-r1_src_prepare
|
||||
}
|
||||
Reference in New Issue
Block a user