commit: bd539f89b5aa658654fd717864e6210913d05942 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Aug 13 00:51:37 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Aug 13 00:51:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd539f89
sci-chemistry/mdtraj: depend on <cython-3 Bug: https://bugs.gentoo.org/911646 Signed-off-by: Sam James <sam <AT> gentoo.org> sci-chemistry/mdtraj/mdtraj-1.9.7.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-chemistry/mdtraj/mdtraj-1.9.7.ebuild b/sci-chemistry/mdtraj/mdtraj-1.9.7.ebuild index 71b43cfef3f3..8a6aa966e865 100644 --- a/sci-chemistry/mdtraj/mdtraj-1.9.7.ebuild +++ b/sci-chemistry/mdtraj/mdtraj-1.9.7.ebuild @@ -31,8 +31,9 @@ DEPEND="${RDEPEND} sci-libs/scikit-learn[${PYTHON_USEDEP}] ) " +# <cython-3 for bug #911646 BDEPEND=" - dev-python/cython[${PYTHON_USEDEP}] + <dev-python/cython-3[${PYTHON_USEDEP}] " distutils_enable_tests --install pytest
