commit: cfcaf977ee1f8978135e9c3160ddf3879b76505d
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 05:47:23 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon May 29 05:47:23 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfcaf977
dev-python/cryptography: update idna dependency to match setup.py
Package-Manager: Portage-2.3.5, Repoman-2.3.1
dev-python/cryptography/cryptography-1.8.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/cryptography/cryptography-1.8.1.ebuild
b/dev-python/cryptography/cryptography-1.8.1.ebuild
index 16a98735e76..0bfc42b8acc 100644
--- a/dev-python/cryptography/cryptography-1.8.1.ebuild
+++ b/dev-python/cryptography/cryptography-1.8.1.ebuild
@@ -22,7 +22,7 @@ RDEPEND="
libressl? ( dev-libs/libressl )
$(python_gen_cond_dep '>=dev-python/cffi-1.4.1:=[${PYTHON_USEDEP}]'
'python*')
$(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7
python3_3 pypy{,3})
- >=dev-python/idna-2.0[${PYTHON_USEDEP}]
+ >=dev-python/idna-2.1[${PYTHON_USEDEP}]
>=dev-python/asn1crypto-0.21.0[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/six-1.4.1[${PYTHON_USEDEP}]