diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-06-04 20:33:26 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2024-06-04 20:33:37 +0200 |
commit | ea873b197e1b13fdf18c36121d6606f1207a9126 (patch) | |
tree | 288f704854e8658189c50ad221a822b449cb50fc /dev-python/ipywidgets | |
parent | gui-libs/wlroots: add upper bound in libliftoff dep (diff) | |
download | gentoo-ea873b197e1b13fdf18c36121d6606f1207a9126.tar.gz gentoo-ea873b197e1b13fdf18c36121d6606f1207a9126.tar.bz2 gentoo-ea873b197e1b13fdf18c36121d6606f1207a9126.zip |
dev-python/ipywidgets: add missing test deps
Closes: https://bugs.gentoo.org/923048
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/ipywidgets')
-rw-r--r-- | dev-python/ipywidgets/ipywidgets-8.1.2-r1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
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=" |