commit:     c04be56199685feb57630abd7cd5131d347fc714
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  7 16:04:13 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct  7 16:04:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c04be561

dev-python/elastic-transport: Unpin urllib3

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

 ...tic-transport-8.4.1.ebuild => elastic-transport-8.4.1-r1.ebuild} | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/dev-python/elastic-transport/elastic-transport-8.4.1.ebuild 
b/dev-python/elastic-transport/elastic-transport-8.4.1-r1.ebuild
similarity index 93%
rename from dev-python/elastic-transport/elastic-transport-8.4.1.ebuild
rename to dev-python/elastic-transport/elastic-transport-8.4.1-r1.ebuild
index 4fc66262c545..dce465fc52fb 100644
--- a/dev-python/elastic-transport/elastic-transport-8.4.1.ebuild
+++ b/dev-python/elastic-transport/elastic-transport-8.4.1-r1.ebuild
@@ -48,6 +48,12 @@ distutils_enable_sphinx docs/sphinx \
        dev-python/sphinx-autodoc-typehints
 distutils_enable_tests pytest
 
+src_prepare() {
+       # unpin deps
+       sed -i -e 's:, *<[0-9.]*::' setup.py || die
+       distutils-r1_src_prepare
+}
+
 python_test() {
        local EPYTEST_DESELECT=(
                # fragile to random warnings

Reply via email to