From c49e4d5b927e26d6adbb26291a32c65257fa4dc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 9 Oct 2024 08:29:37 +0200 Subject: [PATCH] dev-python/openapi-schema-validator: Unpin dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- ...0.6.2.ebuild => openapi-schema-validator-0.6.2-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename dev-python/openapi-schema-validator/{openapi-schema-validator-0.6.2.ebuild => openapi-schema-validator-0.6.2-r1.ebuild} (87%) 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 795cf335b7f0e..09270377ce907 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 }