commit: 2045a29334de2f23e95fd3a83417f564d6b95ec9 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Jun 10 13:03:22 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Jun 10 13:03:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2045a293
dev-python/sympy: Add missing dep on hypothesis Closes: https://bugs.gentoo.org/933987 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/sympy/sympy-1.12.1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-python/sympy/sympy-1.12.1.ebuild b/dev-python/sympy/sympy-1.12.1.ebuild index b5b261a645c7..61821d82be13 100644 --- a/dev-python/sympy/sympy-1.12.1.ebuild +++ b/dev-python/sympy/sympy-1.12.1.ebuild @@ -48,6 +48,11 @@ RDEPEND=" symengine? ( dev-python/symengine[${PYTHON_USEDEP}] ) texmacs? ( app-office/texmacs ) " +BDEPEND=" + test? ( + dev-python/hypothesis[${PYTHON_USEDEP}] + ) +" EPYTEST_XDIST=1 distutils_enable_tests pytest
