summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-01-28 14:25:51 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2019-01-28 14:27:51 -0600
commit2079886765c8920be4d0db6f8d9b7714cb534a11 (patch)
tree180de47aceedaf864a923a777455f0f1e5baf406 /dev-python/paramiko
parentdev-python/setuptools_scm_git_archive: add py37 support (diff)
downloadgentoo-2079886765c8920be4d0db6f8d9b7714cb534a11.tar.gz
gentoo-2079886765c8920be4d0db6f8d9b7714cb534a11.tar.bz2
gentoo-2079886765c8920be4d0db6f8d9b7714cb534a11.zip
dev-python/paramiko: add py37 support
Bug: https://bugs.gentoo.org/676510 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/paramiko')
-rw-r--r--dev-python/paramiko/paramiko-2.4.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/paramiko/paramiko-2.4.2.ebuild b/dev-python/paramiko/paramiko-2.4.2.ebuild
index bc1a9f8ab292..f3108e61742a 100644
--- a/dev-python/paramiko/paramiko-2.4.2.ebuild
+++ b/dev-python/paramiko/paramiko-2.4.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1