diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-03-01 02:40:00 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-03-01 02:44:16 -0500 |
commit | e11701caf6e1928626ae7a5e9302cf04ac5e6280 (patch) | |
tree | 7a26c6107b7e582594df9eab2e087354d4281a55 | |
parent | dev-python/pytest-catchlog: remove old (diff) | |
download | gentoo-e11701caf6e1928626ae7a5e9302cf04ac5e6280.tar.gz gentoo-e11701caf6e1928626ae7a5e9302cf04ac5e6280.tar.bz2 gentoo-e11701caf6e1928626ae7a5e9302cf04ac5e6280.zip |
dev-python/paramiko: add py36 support
-rw-r--r-- | dev-python/paramiko/paramiko-2.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/paramiko/paramiko-2.1.2.ebuild b/dev-python/paramiko/paramiko-2.1.2.ebuild index c9ede18a2633..92fb76057571 100644 --- a/dev-python/paramiko/paramiko-2.1.2.ebuild +++ b/dev-python/paramiko/paramiko-2.1.2.ebuild @@ -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 |