summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-10 15:03:22 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-10 15:03:22 +0200
commit2045a29334de2f23e95fd3a83417f564d6b95ec9 (patch)
treed38f32e0d709c807a3d2183230ce7c03767f3910 /dev-python/sympy
parentapp-arch/stormlib: Bump to 9.26 (diff)
downloadgentoo-2045a29334de2f23e95fd3a83417f564d6b95ec9.tar.gz
gentoo-2045a29334de2f23e95fd3a83417f564d6b95ec9.tar.bz2
gentoo-2045a29334de2f23e95fd3a83417f564d6b95ec9.zip
dev-python/sympy: Add missing dep on hypothesis
Closes: https://bugs.gentoo.org/933987 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sympy')
-rw-r--r--dev-python/sympy/sympy-1.12.1.ebuild5
1 files changed, 5 insertions, 0 deletions
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