mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user