From 2045a29334de2f23e95fd3a83417f564d6b95ec9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 10 Jun 2024 15:03:22 +0200 Subject: [PATCH] dev-python/sympy: Add missing dep on hypothesis MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/933987 Signed-off-by: Michał Górny --- 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 b5b261a645c76..61821d82be130 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