app-shells/thefuck: Add pytest-mock dependency
authorManuel Rüger <mrueg@gentoo.org>
Wed, 11 Jan 2017 16:58:54 +0000 (17:58 +0100)
committerManuel Rüger <mrueg@gentoo.org>
Wed, 11 Jan 2017 16:58:54 +0000 (17:58 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

app-shells/thefuck/thefuck-3.14.ebuild

index cbacf20c859e7cf7b0184c3454eeb7b55fd07f3c..ff7ff993d7820da39b3e2835f87a1870853a4417 100644 (file)
@@ -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() {