From 180c7f0d381b85858c83bdd20bb76343244974b9 Mon Sep 17 00:00:00 2001 From: Andrey Grozin Date: Wed, 8 Nov 2017 16:44:18 +0700 Subject: dev-vcs/bzr: added dep on || ( cython pyrex ) Closes: https://bugs.gentoo.org/636838 Package-Manager: Portage-2.3.13, Repoman-2.3.4 --- dev-vcs/bzr/bzr-2.7.1_pre.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'dev-vcs') 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 -- cgit v1.2.3-65-gdbad