Skip to content

Commit

Permalink
dev-vcs/bzr: added dep on || ( cython pyrex )
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/636838
Package-Manager: Portage-2.3.13, Repoman-2.3.4
  • Loading branch information
Andrey Grozin committed Nov 8, 2017
1 parent ce76e68 commit 180c7f0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions dev-vcs/bzr/bzr-2.7.1_pre.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 180c7f0

Please sign in to comment.