commit:     80851b0aefc0765220602bd9753596e1f9d73e35
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 28 06:08:59 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jul 28 06:08:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80851b0a

dev-python/poetry: Unpin dependencies

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

 dev-python/poetry/poetry-1.5.1-r1.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-python/poetry/poetry-1.5.1-r1.ebuild 
b/dev-python/poetry/poetry-1.5.1-r1.ebuild
index f74ff624b268..272723220fdc 100644
--- a/dev-python/poetry/poetry-1.5.1-r1.ebuild
+++ b/dev-python/poetry/poetry-1.5.1-r1.ebuild
@@ -66,6 +66,9 @@ src_prepare() {
        sed -e 's:"cachy_file_cache", ::g' \
                -i tests/utils/test_cache.py || die
 
+       # unpin
+       sed -i -e 's:\^:>=:' pyproject.toml || die
+
        distutils-r1_src_prepare
 }
 

Reply via email to