commit: b05f5099c3ba26f84e26b664fe1bc884baacacf8 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Wed Jun 16 17:05:20 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Wed Jun 16 17:11:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b05f5099
dev-python/emcee: add missing test dep Closes: https://bugs.gentoo.org/737826 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> dev-python/emcee/emcee-3.0.2.ebuild | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/dev-python/emcee/emcee-3.0.2.ebuild b/dev-python/emcee/emcee-3.0.2.ebuild index 4dc4b942061..4e0067bfcb5 100644 --- a/dev-python/emcee/emcee-3.0.2.ebuild +++ b/dev-python/emcee/emcee-3.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,8 +17,14 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" RDEPEND=" dev-python/h5py[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}]" + dev-python/numpy[${PYTHON_USEDEP}] +" DEPEND="${RDEPEND}" +BDEPEND=" + test? ( + dev-python/scipy[${PYTHON_USEDEP}] + ) +" distutils_enable_tests pytest
