dev-python/lmfit: dev-python/future needed for tests

Thanks-to: Agostino Sarubbo
Closes: https://bugs.gentoo.org/737978
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Pacho Ramos
2021-02-08 16:08:46 +01:00
parent 07bc6c3f41
commit 33869a2eba

View File

@@ -20,6 +20,10 @@ RDEPEND="
>=dev-python/uncertainties-3.0.1[${PYTHON_USEDEP}]
>=dev-python/scipy-1.2[${PYTHON_USEDEP}]
"
# past from future needed for tests, bug #737978
BDEPEND="${RDEPEND}
test? ( dev-python/future[${PYTHON_USEDEP}] )
"
distutils_enable_tests pytest