diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-06 07:11:31 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-06 07:16:41 +0100 |
commit | 9e634e02e113ebf0b6a41c547cc819558bf95b9e (patch) | |
tree | 9775962d58f37ca9fbcdb29035c583911f60782f /dev-python/sshtunnel | |
parent | dev-python/sphinx-testing: Remove py2 (diff) | |
download | gentoo-9e634e02e113ebf0b6a41c547cc819558bf95b9e.tar.gz gentoo-9e634e02e113ebf0b6a41c547cc819558bf95b9e.tar.bz2 gentoo-9e634e02e113ebf0b6a41c547cc819558bf95b9e.zip |
dev-python/sshtunnel: Remove py2
Signed-off-by: Michał Górny <mgorny@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 6dd946103b12..dafebc1d8116 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_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="Pure python SSH tunnels" |