diff options
author | Mike Gilbert <floppym@gentoo.org> | 2017-06-11 09:16:01 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-06-11 09:16:01 -0400 |
commit | a43e53ed9f144d4c00f5473e0a0f428ee19ee293 (patch) | |
tree | f71ad20c0d711b4ad21a2b8fdcd7ba41e9812825 /dev-python/cryptography | |
parent | www-client/chromium: remove old (diff) | |
download | gentoo-a43e53ed9f144d4c00f5473e0a0f428ee19ee293.tar.gz gentoo-a43e53ed9f144d4c00f5473e0a0f428ee19ee293.tar.bz2 gentoo-a43e53ed9f144d4c00f5473e0a0f428ee19ee293.zip |
dev-python/cryptography: depend on OpenSSL EC support
Bug: https://bugs.gentoo.org/621480
Package-Manager: Portage-2.3.6_p7, Repoman-2.3.2_p75
Diffstat (limited to 'dev-python/cryptography')
-rw-r--r-- | dev-python/cryptography/cryptography-1.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cryptography/cryptography-1.9.ebuild b/dev-python/cryptography/cryptography-1.9.ebuild index 17e385311d55..2286dcdfad74 100644 --- a/dev-python/cryptography/cryptography-1.9.ebuild +++ b/dev-python/cryptography/cryptography-1.9.ebuild @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~x86" IUSE="libressl test" RDEPEND=" - !libressl? ( >=dev-libs/openssl-1.0.2:0= ) + !libressl? ( >=dev-libs/openssl-1.0.2:0=[-bindist(-)] ) libressl? ( dev-libs/libressl ) $(python_gen_cond_dep '>=dev-python/cffi-1.7:=[${PYTHON_USEDEP}]' 'python*') $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 python3_3 pypy{,3}) |