dev-python/pbkdf2: Tested on py3.5 & py3.6

This commit is contained in:
Michał Górny
2017-04-28 21:40:01 +02:00
parent 82fd7a9f20
commit fe9dc1e893

View File

@@ -3,7 +3,7 @@
EAPI=5
PYTHON_COMPAT=( python{2_7,3_4} pypy pypy3 )
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy pypy3 )
inherit distutils-r1