summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-01-11 17:58:54 +0100
committerManuel Rüger <mrueg@gentoo.org>2017-01-11 17:58:54 +0100
commitd2396a2bd791c3123d4b402ecb30e98831560066 (patch)
treec8364d9faba4dd72b5aa929d14751fb24f223be6 /app-shells/thefuck
parentapp-shells/thefuck: Version bump to 3.14 (diff)
downloadgentoo-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.ebuild3
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() {