projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56cfc28
)
app-shells/thefuck: Add pytest-mock dependency
author
Manuel Rüger
<mrueg@gentoo.org>
Wed, 11 Jan 2017 16:58:54 +0000
(17:58 +0100)
committer
Manuel 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
patch
|
blob
|
history
diff --git
a/app-shells/thefuck/thefuck-3.14.ebuild
b/app-shells/thefuck/thefuck-3.14.ebuild
index cbacf20c859e7cf7b0184c3454eeb7b55fd07f3c..ff7ff993d7820da39b3e2835f87a1870853a4417 100644
(file)
--- 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() {