dev-python/sympy: Add missing dep on hypothesis

Closes: https://bugs.gentoo.org/933987
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-06-10 15:03:22 +02:00
parent bd32feee80
commit 2045a29334

View File

@@ -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