dev-python/paramiko: add py36 support

This commit is contained in:
Tim Harder
2017-03-01 02:40:00 -05:00
parent da5493752e
commit e11701caf6

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5} )
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1