diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-11-18 00:53:39 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-11-18 00:53:39 -0600 |
commit | df95a2ed24a7e0f7f6f1653f698947e3177dcefd (patch) | |
tree | 1d9301656984165b005af328c4c79da4ea219bf9 /dev-python | |
parent | dev-libs/openssl: re-add add Fedora Hobbled-EC. (diff) | |
download | gentoo-df95a2ed24a7e0f7f6f1653f698947e3177dcefd.tar.gz gentoo-df95a2ed24a7e0f7f6f1653f698947e3177dcefd.tar.bz2 gentoo-df95a2ed24a7e0f7f6f1653f698947e3177dcefd.zip |
dev-python/cryptography: fix openssl dep for 1.1.0g-r1 and above
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/cryptography/cryptography-2.1.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cryptography/cryptography-2.1.3.ebuild b/dev-python/cryptography/cryptography-2.1.3.ebuild index 70a0e57999bc..ab61cfd83112 100644 --- a/dev-python/cryptography/cryptography-2.1.3.ebuild +++ b/dev-python/cryptography/cryptography-2.1.3.ebuild @@ -20,7 +20,7 @@ IUSE="libressl test" RDEPEND=" !libressl? ( dev-libs/openssl:0= ( || ( dev-libs/openssl:0[-bindist(-)] =dev-libs/openssl-1.0.2l-r1:0 - =dev-libs/openssl-1.1.0f-r1:0 ) ) ) + >=dev-libs/openssl-1.1.0g-r1:0 ) ) ) 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 pypy{,3}) |