dev-python/cryptography-vectors: Add python3.5 on v0.8.2

This commit is contained in:
Michał Górny
2015-10-14 08:33:48 +02:00
parent f54a70a38a
commit 2f695e2e43

View File

@@ -4,7 +4,7 @@
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 )
PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
inherit distutils-r1