summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-06 06:44:20 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-06 06:59:33 +0100
commitf418031aa6eec864de7a9e2692f1ef2beeafd26f (patch)
tree978515b8b9ad8c5eefad9241474925eaaf1f8d05
parentdev-python/SaltTesting: Remove py2 (diff)
downloadgentoo-f418031a.tar.gz
gentoo-f418031a.tar.bz2
gentoo-f418031a.zip
dev-python/scp: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/scp/scp-0.10.2.ebuild2
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"