summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-10-09 08:29:37 +0200
committerMichał Górny <mgorny@gentoo.org>2024-10-09 08:31:00 +0200
commitc49e4d5b927e26d6adbb26291a32c65257fa4dc2 (patch)
treeacd5bf91eed3acc502b1674e9e561d9c20c7896b /dev-python
parent19bdd94c7cda895d3d2b22c703d6dbe1c6ee0087 (diff)
downloadgentoo-c49e4d5b927e26d6adbb26291a32c65257fa4dc2.tar.gz
gentoo-c49e4d5b927e26d6adbb26291a32c65257fa4dc2.tar.bz2
gentoo-c49e4d5b927e26d6adbb26291a32c65257fa4dc2.zip
dev-python/openapi-schema-validator: Unpin dependencies
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/openapi-schema-validator/openapi-schema-validator-0.6.2-r1.ebuild (renamed from dev-python/openapi-schema-validator/openapi-schema-validator-0.6.2.ebuild)5
1 files changed, 4 insertions, 1 deletions
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
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
}