Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography/
Date: Mon, 29 May 2017 05:47:48
Message-Id: 1496036843.cfcaf977ee1f8978135e9c3160ddf3879b76505d.graaff@gentoo
1 commit: cfcaf977ee1f8978135e9c3160ddf3879b76505d
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 29 05:47:23 2017 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon May 29 05:47:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfcaf977
7
8 dev-python/cryptography: update idna dependency to match setup.py
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.1
11
12 dev-python/cryptography/cryptography-1.8.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/cryptography/cryptography-1.8.1.ebuild b/dev-python/cryptography/cryptography-1.8.1.ebuild
16 index 16a98735e76..0bfc42b8acc 100644
17 --- a/dev-python/cryptography/cryptography-1.8.1.ebuild
18 +++ b/dev-python/cryptography/cryptography-1.8.1.ebuild
19 @@ -22,7 +22,7 @@ RDEPEND="
20 libressl? ( dev-libs/libressl )
21 $(python_gen_cond_dep '>=dev-python/cffi-1.4.1:=[${PYTHON_USEDEP}]' 'python*')
22 $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 python3_3 pypy{,3})
23 - >=dev-python/idna-2.0[${PYTHON_USEDEP}]
24 + >=dev-python/idna-2.1[${PYTHON_USEDEP}]
25 >=dev-python/asn1crypto-0.21.0[${PYTHON_USEDEP}]
26 dev-python/setuptools[${PYTHON_USEDEP}]
27 >=dev-python/six-1.4.1[${PYTHON_USEDEP}]