commit:     7a5f78645fed60fb43aa8930a4e06615fb2c0c23
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed May  4 16:42:18 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed May  4 16:42:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a5f7864

app-emacs/emacs-ipython-notebook: add missing mocker dep

Closes: https://bugs.gentoo.org/842579
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 .../emacs-ipython-notebook-0.17.0_p20220419.ebuild                   | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git 
a/app-emacs/emacs-ipython-notebook/emacs-ipython-notebook-0.17.0_p20220419.ebuild
 
b/app-emacs/emacs-ipython-notebook/emacs-ipython-notebook-0.17.0_p20220419.ebuild
index 9e0ed53eda37..c920c630fbc1 100644
--- 
a/app-emacs/emacs-ipython-notebook/emacs-ipython-notebook-0.17.0_p20220419.ebuild
+++ 
b/app-emacs/emacs-ipython-notebook/emacs-ipython-notebook-0.17.0_p20220419.ebuild
@@ -36,7 +36,10 @@ RDEPEND="
 "
 BDEPEND="
        ${RDEPEND}
-       test? ( app-emacs/ert-runner )
+       test? (
+               app-emacs/ert-runner
+               app-emacs/mocker
+       )
 "
 
 DOCS=( README.rst thumbnail.png )

Reply via email to