diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-10 15:03:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-10 15:03:22 +0200 |
commit | 2045a29334de2f23e95fd3a83417f564d6b95ec9 (patch) | |
tree | d38f32e0d709c807a3d2183230ce7c03767f3910 /dev-python/sympy | |
parent | app-arch/stormlib: Bump to 9.26 (diff) | |
download | gentoo-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.ebuild | 5 |
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 |