summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-vcs/bzr/bzr-2.7.1_pre.ebuild')
-rw-r--r--dev-vcs/bzr/bzr-2.7.1_pre.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-vcs/bzr/bzr-2.7.1_pre.ebuild b/dev-vcs/bzr/bzr-2.7.1_pre.ebuild
index 4d29abc5af2b..aaf784e32da4 100644
--- a/dev-vcs/bzr/bzr-2.7.1_pre.ebuild
+++ b/dev-vcs/bzr/bzr-2.7.1_pre.ebuild
@@ -21,12 +21,11 @@ SRC_URI="https://dev.gentoo.org/~grozin/${P}.tar.gz"
RDEPEND="curl? ( dev-python/pycurl[${PYTHON_USEDEP}] )
sftp? ( dev-python/paramiko[${PYTHON_USEDEP}] )"
-DEPEND="test? (
- ${RDEPEND}
+DEPEND="|| ( dev-python/cython dev-python/pyrex )
+ test? ( ${RDEPEND}
>=dev-python/pyftpdlib-0.7.0[${PYTHON_USEDEP}]
dev-python/subunit
- >=dev-python/testtools-0.9.5[${PYTHON_USEDEP}]
- )"
+ >=dev-python/testtools-0.9.5[${PYTHON_USEDEP}] )"
# Fails tests bug#487216
# Upstream is not exactly keen on fixing it