diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2018-08-01 13:36:23 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-08-01 13:37:29 -0500 |
commit | 74117b828dbfc9c780f380dfe57bdb170088215a (patch) | |
tree | ad79ffb414239c56f63538e1dab0b8c435a9da62 /dev-python | |
parent | net-nds/389-ds-base: Maintainer retired (diff) | |
download | gentoo-74117b828dbfc9c780f380dfe57bdb170088215a.tar.gz gentoo-74117b828dbfc9c780f380dfe57bdb170088215a.tar.bz2 gentoo-74117b828dbfc9c780f380dfe57bdb170088215a.zip |
dev-python/cryptography: fix attr(depends): = slot operator in blocker
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/cryptography/cryptography-2.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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}] |