From: Justin Lecher Date: Thu, 3 Dec 2015 14:18:37 +0000 (+0100) Subject: dev-python/cryptography: Drop python3.5 support from old version X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=25ac9409edcc6ed1f8beb1b41264936059ca9641;p=gentoo.git dev-python/cryptography: Drop python3.5 support from old version Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=567454 Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher --- diff --git a/dev-python/cryptography/cryptography-1.0.2.ebuild b/dev-python/cryptography/cryptography-1.0.2.ebuild index 20bb286d1d60..d53de785dce4 100644 --- a/dev-python/cryptography/cryptography-1.0.2.ebuild +++ b/dev-python/cryptography/cryptography-1.0.2.ebuild @@ -5,7 +5,7 @@ EAPI=5 # only works with >=pypy-2.6 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{3,4} pypy ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1