commit: 36e2132329d712ac2de71a2ad197804c45f09ad7 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Tue Dec 29 10:10:51 2020 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Tue Dec 29 10:10:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e21323
dev-python/pyamg: Add missing pytest dep Closes: https://bugs.gentoo.org/762271 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr> Signed-off-by: David Seifert <soap <AT> gentoo.org> dev-python/pyamg/pyamg-4.0.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/pyamg/pyamg-4.0.0.ebuild b/dev-python/pyamg/pyamg-4.0.0.ebuild index 798cc36c9ec..85ddd0a1409 100644 --- a/dev-python/pyamg/pyamg-4.0.0.ebuild +++ b/dev-python/pyamg/pyamg-4.0.0.ebuild @@ -19,6 +19,8 @@ RDEPEND=" dev-python/numpy[${PYTHON_USEDEP}] dev-python/pybind11[${PYTHON_USEDEP}] dev-python/scipy[${PYTHON_USEDEP}]" +# cannot be enabled by "distutils_enable_tests pytest" +BDEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )" distutils_enable_tests setup.py
