summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2017-11-08 16:44:18 +0700
committerAndrey Grozin <grozin@gentoo.org>2017-11-08 16:44:18 +0700
commit180c7f0d381b85858c83bdd20bb76343244974b9 (patch)
tree972b13a80d8eb490b0ffc0894aacbaea76a0bccd /dev-vcs
parentdev-vcs/tortoisehg: Minor adjustment in live ebuild. (diff)
downloadgentoo-180c7f0d381b85858c83bdd20bb76343244974b9.tar.gz
gentoo-180c7f0d381b85858c83bdd20bb76343244974b9.tar.bz2
gentoo-180c7f0d381b85858c83bdd20bb76343244974b9.zip
dev-vcs/bzr: added dep on || ( cython pyrex )
Closes: https://bugs.gentoo.org/636838 Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'dev-vcs')
-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