commit: d2396a2bd791c3123d4b402ecb30e98831560066 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Wed Jan 11 16:58:54 2017 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Wed Jan 11 16:58:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2396a2b
app-shells/thefuck: Add pytest-mock dependency Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-shells/thefuck/thefuck-3.14.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-shells/thefuck/thefuck-3.14.ebuild b/app-shells/thefuck/thefuck-3.14.ebuild index cbacf20..ff7ff99 100644 --- a/app-shells/thefuck/thefuck-3.14.ebuild +++ b/app-shells/thefuck/thefuck-3.14.ebuild @@ -22,7 +22,8 @@ RDEPEND="dev-python/psutil[${PYTHON_USEDEP}] dev-python/colorama[${PYTHON_USEDEP}] $(python_gen_cond_dep 'dev-python/pathlib2[${PYTHON_USEDEP}]' python2_7)" DEPEND="test? ( ${RDEPEND} - dev-python/pytest[${PYTHON_USEDEP}] ) + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/pytest-mock[${PYTHON_USEDEP}] ) dev-python/setuptools[${PYTHON_USEDEP}]" src_prepare() {