mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user