diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-06 06:44:20 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-06 06:59:33 +0100 |
commit | f418031aa6eec864de7a9e2692f1ef2beeafd26f (patch) | |
tree | 978515b8b9ad8c5eefad9241474925eaaf1f8d05 /dev-python/scp | |
parent | dev-python/SaltTesting: Remove py2 (diff) | |
download | gentoo-f418031aa6eec864de7a9e2692f1ef2beeafd26f.tar.gz gentoo-f418031aa6eec864de7a9e2692f1ef2beeafd26f.tar.bz2 gentoo-f418031aa6eec864de7a9e2692f1ef2beeafd26f.zip |
dev-python/scp: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/scp')
-rw-r--r-- | dev-python/scp/scp-0.10.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/scp/scp-0.10.2.ebuild b/dev-python/scp/scp-0.10.2.ebuild index 4954af1570a1..caad28d33f7b 100644 --- a/dev-python/scp/scp-0.10.2.ebuild +++ b/dev-python/scp/scp-0.10.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="scp module for paramiko" |