Skip to content

Commit

Permalink
app-emacs/emacs-ipython-notebook: add missing mocker dep
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/842579
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
  • Loading branch information
xgqt committed May 4, 2022
1 parent e4025fe commit 7a5f786
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down

0 comments on commit 7a5f786

Please sign in to comment.