diff options
author | Maciej Barć <xgqt@gentoo.org> | 2022-05-04 18:42:18 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2022-05-04 18:42:58 +0200 |
commit | 7a5f78645fed60fb43aa8930a4e06615fb2c0c23 (patch) | |
tree | e9a72f7366f11611a75f593e845c123fc813c899 /app-emacs/emacs-ipython-notebook | |
parent | gnome-extra/pch-session: add 42.0 (diff) | |
download | gentoo-7a5f78645fed60fb43aa8930a4e06615fb2c0c23.tar.gz gentoo-7a5f78645fed60fb43aa8930a4e06615fb2c0c23.tar.bz2 gentoo-7a5f78645fed60fb43aa8930a4e06615fb2c0c23.zip |
app-emacs/emacs-ipython-notebook: add missing mocker dep
Closes: https://bugs.gentoo.org/842579
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/emacs-ipython-notebook')
-rw-r--r-- | app-emacs/emacs-ipython-notebook/emacs-ipython-notebook-0.17.0_p20220419.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
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 ) |