From: Matthew Thode Date: Wed, 1 Aug 2018 18:36:23 +0000 (-0500) Subject: dev-python/cryptography: fix attr(depends): = slot operator in blocker X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=74117b828dbfc9c780f380dfe57bdb170088215a;p=gentoo.git dev-python/cryptography: fix attr(depends): = slot operator in blocker Package-Manager: Portage-2.3.43, Repoman-2.3.10 --- diff --git a/dev-python/cryptography/cryptography-2.3.ebuild b/dev-python/cryptography/cryptography-2.3.ebuild index b86ee83bd1e6..958c0527b8c2 100644 --- a/dev-python/cryptography/cryptography-2.3.ebuild +++ b/dev-python/cryptography/cryptography-2.3.ebuild @@ -42,7 +42,7 @@ RDEPEND=" DEPEND="${RDEPEND} >=dev-python/setuptools-1.0[${PYTHON_USEDEP}] $(python_gen_cond_dep '>=dev-python/cffi-1.7:=[${PYTHON_USEDEP}]' 'python*') - $(python_gen_cond_dep '!~dev-python/cffi-1.11.3:=[${PYTHON_USEDEP}]' 'python*') + $(python_gen_cond_dep '!~dev-python/cffi-1.11.3[${PYTHON_USEDEP}]' 'python*') test? ( ~dev-python/cryptography-vectors-${PV}[${PYTHON_USEDEP}] dev-python/hypothesis[${PYTHON_USEDEP}]