commit:     e140aa4afe45496f7c8c62b6c6155f174bc99ffd
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 20 19:01:24 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Tue Aug 20 19:02:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e140aa4a

dev-python/pythran: unpin setuptools again and allow the fixed version

Bug: https://bugs.gentoo.org/938246
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 dev-python/pythran/pythran-0.16.1-r1.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/pythran/pythran-0.16.1-r1.ebuild 
b/dev-python/pythran/pythran-0.16.1-r1.ebuild
index 55237200e751..3fa68c4a517a 100644
--- a/dev-python/pythran/pythran-0.16.1-r1.ebuild
+++ b/dev-python/pythran/pythran-0.16.1-r1.ebuild
@@ -31,7 +31,10 @@ RDEPEND="
        =dev-python/gast-0.5*[${PYTHON_USEDEP}]
        dev-python/numpy[${PYTHON_USEDEP}]
        >=dev-python/ply-3.4[${PYTHON_USEDEP}]
-       <dev-python/setuptools-73[${PYTHON_USEDEP}]
+       || (
+               <dev-python/setuptools-73[${PYTHON_USEDEP}]
+               >=dev-python/setuptools-73.0.1[${PYTHON_USEDEP}]
+       )
 "
 DEPEND="
        test? (

Reply via email to