Skip to content

Commit

Permalink
app-backup/duplicity: add dev-python/pexpect test dep (bug #602380)
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Dec 12, 2016
1 parent 5b4089e commit a96f13b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app-backup/duplicity/duplicity-0.7.10.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ CDEPEND="
"
DEPEND="${CDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/mock[${PYTHON_USEDEP}] )
test? (
dev-python/mock[${PYTHON_USEDEP}]
dev-python/pexpect[${PYTHON_USEDEP}]
)
"
RDEPEND="${CDEPEND}
dev-python/paramiko[${PYTHON_USEDEP}]
Expand Down

0 comments on commit a96f13b

Please sign in to comment.