commit: 6526d372f352a1f99b2eaf8c6e3c011bc50e3f71
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 16 05:54:07 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 16 05:54:07 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6526d372
dev-python/openapi-spec-validator: Unpin dependencies
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../openapi-spec-validator/openapi-spec-validator-0.8.0_beta2.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/dev-python/openapi-spec-validator/openapi-spec-validator-0.8.0_beta2.ebuild
b/dev-python/openapi-spec-validator/openapi-spec-validator-0.8.0_beta2.ebuild
index 73a053b5011e..fd7b93c28942 100644
---
a/dev-python/openapi-spec-validator/openapi-spec-validator-0.8.0_beta2.ebuild
+++
b/dev-python/openapi-spec-validator/openapi-spec-validator-0.8.0_beta2.ebuild
@@ -46,5 +46,7 @@ EPYTEST_DESELECT=(
src_prepare() {
sed -i -e '/--cov/d' pyproject.toml || die
+ # remove meaningless upper bounds
+ sed -i -e 's:,<[0-9.]*::' pyproject.toml || die
distutils-r1_src_prepare
}