diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-30 13:22:57 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-02-05 22:27:39 +0100 |
commit | 2903fa40829de5d41dcf90fe59d53f8ee00a072d (patch) | |
tree | fe4a032e44ae27e53a53b9c85a154079424da7d2 /dev-python/sshtunnel | |
parent | dev-python/flask-security: python3_8 (diff) | |
download | gentoo-2903fa40829de5d41dcf90fe59d53f8ee00a072d.tar.gz gentoo-2903fa40829de5d41dcf90fe59d53f8ee00a072d.tar.bz2 gentoo-2903fa40829de5d41dcf90fe59d53f8ee00a072d.zip |
dev-python/sshtunnel: python3_8
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 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/sshtunnel/sshtunnel-0.1.4-r2.ebuild b/dev-python/sshtunnel/sshtunnel-0.1.4-r2.ebuild index e4679f91e4bd..6dd946103b12 100644 --- a/dev-python/sshtunnel/sshtunnel-0.1.4-r2.ebuild +++ b/dev-python/sshtunnel/sshtunnel-0.1.4-r2.ebuild @@ -3,8 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) - +PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="Pure python SSH tunnels" |