dev-python/cryptography: Drop python3.5 support from old version
authorJustin Lecher <jlec@gentoo.org>
Thu, 3 Dec 2015 14:18:37 +0000 (15:18 +0100)
committerJustin Lecher <jlec@gentoo.org>
Thu, 3 Dec 2015 14:18:37 +0000 (15:18 +0100)
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=567454

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/cryptography/cryptography-1.0.2.ebuild

index 20bb286d1d60da58f5971cdee8b410b1d4aefdc6..d53de785dce44fd7f8eef7d14b14d5ecfce08988 100644 (file)
@@ -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