commit: ea873b197e1b13fdf18c36121d6606f1207a9126 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Tue Jun 4 18:33:26 2024 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Tue Jun 4 18:33:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea873b19
dev-python/ipywidgets: add missing test deps Closes: https://bugs.gentoo.org/923048 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> dev-python/ipywidgets/ipywidgets-8.1.2-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/ipywidgets/ipywidgets-8.1.2-r1.ebuild b/dev-python/ipywidgets/ipywidgets-8.1.2-r1.ebuild index 9ffe275d3894..074e06adc9f5 100644 --- a/dev-python/ipywidgets/ipywidgets-8.1.2-r1.ebuild +++ b/dev-python/ipywidgets/ipywidgets-8.1.2-r1.ebuild @@ -29,7 +29,9 @@ RDEPEND=" " BDEPEND=" test? ( + dev-python/ipykernel[${PYTHON_USEDEP}] dev-python/jsonschema[${PYTHON_USEDEP}] + dev-python/pytz[${PYTHON_USEDEP}] ) " PDEPEND="
