commit:     c49e4d5b927e26d6adbb26291a32c65257fa4dc2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  9 06:29:37 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct  9 06:31:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c49e4d5b

dev-python/openapi-schema-validator: Unpin dependencies

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 ...lidator-0.6.2.ebuild => openapi-schema-validator-0.6.2-r1.ebuild} | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git 
a/dev-python/openapi-schema-validator/openapi-schema-validator-0.6.2.ebuild 
b/dev-python/openapi-schema-validator/openapi-schema-validator-0.6.2-r1.ebuild
similarity index 87%
rename from 
dev-python/openapi-schema-validator/openapi-schema-validator-0.6.2.ebuild
rename to 
dev-python/openapi-schema-validator/openapi-schema-validator-0.6.2-r1.ebuild
index 795cf335b7f0..09270377ce90 100644
--- a/dev-python/openapi-schema-validator/openapi-schema-validator-0.6.2.ebuild
+++ 
b/dev-python/openapi-schema-validator/openapi-schema-validator-0.6.2-r1.ebuild
@@ -32,6 +32,9 @@ src_prepare() {
                "${FILESDIR}/${P}-test.patch"
        )
 
-       sed -e '/--cov/d' -i pyproject.toml || die
        distutils-r1_src_prepare
+
+       sed -i -e '/--cov/d' pyproject.toml || die
+       # unpin dependencies
+       sed -i -e 's:\^:>=:' pyproject.toml || die
 }

Reply via email to