commit: a96f13b5c292f4f2bce14e0db4385db355b507ad
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 12 04:35:44 2016 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Mon Dec 12 04:35:44 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a96f13b5
app-backup/duplicity: add dev-python/pexpect test dep (bug #602380)
app-backup/duplicity/duplicity-0.7.10.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/app-backup/duplicity/duplicity-0.7.10.ebuild
b/app-backup/duplicity/duplicity-0.7.10.ebuild
index 55cee8b..32224a0 100644
--- a/app-backup/duplicity/duplicity-0.7.10.ebuild
+++ b/app-backup/duplicity/duplicity-0.7.10.ebuild
@@ -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}]