diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-11 13:07:11 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-11 13:16:27 +0100 |
commit | f5376899ccdd817f6ce546ed6017ee970f59f952 (patch) | |
tree | 69587befb99efbd6d14b2d54b74cb5a56fac7aca /net-proxy/sshuttle | |
parent | net-p2p/torrentinfo: Remove py2 (diff) | |
download | gentoo-f5376899ccdd817f6ce546ed6017ee970f59f952.tar.gz gentoo-f5376899ccdd817f6ce546ed6017ee970f59f952.tar.bz2 gentoo-f5376899ccdd817f6ce546ed6017ee970f59f952.zip |
net-proxy/sshuttle: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-proxy/sshuttle')
-rw-r--r-- | net-proxy/sshuttle/sshuttle-0.78.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-proxy/sshuttle/sshuttle-0.78.5.ebuild b/net-proxy/sshuttle/sshuttle-0.78.5.ebuild index 1d37cfea3822..497f9299ed09 100644 --- a/net-proxy/sshuttle/sshuttle-0.78.5.ebuild +++ b/net-proxy/sshuttle/sshuttle-0.78.5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit linux-info distutils-r1 |