commit: 0c67a7d8da310524385c398a2eac8ed12b7784fb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 24 12:36:43 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 24 12:38:09 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c67a7d8
dev-python/tox: Fix dependency sed
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/tox/{tox-4.45.0.ebuild => tox-4.45.0-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/tox/tox-4.45.0.ebuild
b/dev-python/tox/tox-4.45.0-r1.ebuild
similarity index 98%
rename from dev-python/tox/tox-4.45.0.ebuild
rename to dev-python/tox/tox-4.45.0-r1.ebuild
index d424cd21751c..42b6be3d41ff 100644
--- a/dev-python/tox/tox-4.45.0.ebuild
+++ b/dev-python/tox/tox-4.45.0-r1.ebuild
@@ -50,7 +50,7 @@ distutils_enable_tests pytest
src_prepare() {
# upstream lower bounds are meaningless
- sed -i -e 's:>=[0-9.]*::' pyproject.toml || die
+ sed -i -e 's:>=[0-9.post]*::' pyproject.toml || die
distutils-r1_src_prepare
}