commit: cd3e22978d7c9af207e935b2e01e77cef7bae812
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 24 14:27:29 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 24 14:27:29 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd3e2297
dev-python/jupyter-console: Add missing dev-python/flaky test dep
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jupyter-console/jupyter-console-6.6.3.ebuild | 1 +
1 file changed, 1 insertion(+)
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
)