diff options
author | Sam James <sam@gentoo.org> | 2023-08-13 01:51:37 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-13 01:51:37 +0100 |
commit | bd539f89b5aa658654fd717864e6210913d05942 (patch) | |
tree | e672c2cb4b9d73806908450cb6c6b999d4251b50 /sci-chemistry | |
parent | dev-python/pygame_sdl2: depend on <cython-3 (diff) | |
download | gentoo-bd539f89b5aa658654fd717864e6210913d05942.tar.gz gentoo-bd539f89b5aa658654fd717864e6210913d05942.tar.bz2 gentoo-bd539f89b5aa658654fd717864e6210913d05942.zip |
sci-chemistry/mdtraj: depend on <cython-3
Bug: https://bugs.gentoo.org/911646
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/mdtraj/mdtraj-1.9.7.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 |