diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-24 15:27:29 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-24 15:27:29 +0100 |
commit | cd3e22978d7c9af207e935b2e01e77cef7bae812 (patch) | |
tree | 73c6a029f8965af058372ca6bd838b3cb9bd75a1 /dev-python/jupyter-console | |
parent | dev-python/humanize: Stabilize 4.8.0 arm64, #918252 (diff) | |
download | gentoo-cd3e22978d7c9af207e935b2e01e77cef7bae812.tar.gz gentoo-cd3e22978d7c9af207e935b2e01e77cef7bae812.tar.bz2 gentoo-cd3e22978d7c9af207e935b2e01e77cef7bae812.zip |
dev-python/jupyter-console: Add missing dev-python/flaky test dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jupyter-console')
-rw-r--r-- | dev-python/jupyter-console/jupyter-console-6.6.3.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/jupyter-console/jupyter-console-6.6.3.ebuild b/dev-python/jupyter-console/jupyter-console-6.6.3.ebuild index 159edcea27f4..1ae3b69d02e3 100644 --- a/dev-python/jupyter-console/jupyter-console-6.6.3.ebuild +++ b/dev-python/jupyter-console/jupyter-console-6.6.3.ebuild @@ -32,6 +32,7 @@ RDEPEND=" # util-linux provides script(1) BDEPEND=" test? ( + dev-python/flaky[${PYTHON_USEDEP}] dev-python/pexpect[${PYTHON_USEDEP}] sys-apps/util-linux ) |