Skip to content

Commit

Permalink
dev-python/cryptography: depend on OpenSSL EC support
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/621480
Package-Manager: Portage-2.3.6_p7, Repoman-2.3.2_p75
  • Loading branch information
floppym committed Jun 11, 2017
1 parent 288c3db commit a43e53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-python/cryptography/cryptography-1.9.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit a43e53e

Please sign in to comment.