diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-01-11 17:58:54 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-01-11 17:58:54 +0100 |
commit | d2396a2bd791c3123d4b402ecb30e98831560066 (patch) | |
tree | c8364d9faba4dd72b5aa929d14751fb24f223be6 /app-shells/thefuck | |
parent | app-shells/thefuck: Version bump to 3.14 (diff) | |
download | gentoo-d2396a2bd791c3123d4b402ecb30e98831560066.tar.gz gentoo-d2396a2bd791c3123d4b402ecb30e98831560066.tar.bz2 gentoo-d2396a2bd791c3123d4b402ecb30e98831560066.zip |
app-shells/thefuck: Add pytest-mock dependency
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-shells/thefuck')
-rw-r--r-- | app-shells/thefuck/thefuck-3.14.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-shells/thefuck/thefuck-3.14.ebuild b/app-shells/thefuck/thefuck-3.14.ebuild index cbacf20c859e..ff7ff993d782 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() { |