Skip to content

Commit

Permalink
dev-python/argh: Correct deps
Browse files Browse the repository at this point in the history
dev-python/mock is used unconditionally.

Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Jul 18, 2019
1 parent d9d7874 commit 3f23b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-python/argh/argh-0.26.2-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/iocapture[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' -2)
dev-python/mock[${PYTHON_USEDEP}]
${RDEPEND}
)"

Expand Down

0 comments on commit 3f23b0a

Please sign in to comment.