diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-30 13:22:57 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-01 20:25:04 +0100 |
commit | ac6b507db4f38b6a6c9ad37f1e98cf5e20bf9126 (patch) | |
tree | ead6215c9216e20671b01a82b770241e314c306a /dev-python/sshtunnel | |
parent | dev-python/flask-security: python3_7 (diff) | |
download | gentoo-ac6b507db4f38b6a6c9ad37f1e98cf5e20bf9126.tar.gz gentoo-ac6b507db4f38b6a6c9ad37f1e98cf5e20bf9126.tar.bz2 gentoo-ac6b507db4f38b6a6c9ad37f1e98cf5e20bf9126.zip |
dev-python/sshtunnel: python3_7
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python/sshtunnel')
-rw-r--r-- | dev-python/sshtunnel/sshtunnel-0.1.4-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sshtunnel/sshtunnel-0.1.4-r2.ebuild b/dev-python/sshtunnel/sshtunnel-0.1.4-r2.ebuild index f17053cfbc80..bd32905db06e 100644 --- a/dev-python/sshtunnel/sshtunnel-0.1.4-r2.ebuild +++ b/dev-python/sshtunnel/sshtunnel-0.1.4-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit distutils-r1 |