summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-22 10:42:22 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-22 11:15:23 +0200
commit27425926f9bb44fb906eb8df5074deab627d1aeb (patch)
treef85202888e97abf3098db57d5f78d905f11be8a3 /dev-python/passlib
parentdev-python/paramiko: Remove py2 (diff)
downloadgentoo-27425926f9bb44fb906eb8df5074deab627d1aeb.tar.gz
gentoo-27425926f9bb44fb906eb8df5074deab627d1aeb.tar.bz2
gentoo-27425926f9bb44fb906eb8df5074deab627d1aeb.zip
dev-python/passlib: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/passlib')
-rw-r--r--dev-python/passlib/passlib-1.7.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/passlib/passlib-1.7.2.ebuild b/dev-python/passlib/passlib-1.7.2.ebuild
index a0c6417c6563..b54d3c320eb5 100644
--- a/dev-python/passlib/passlib-1.7.2.ebuild
+++ b/dev-python/passlib/passlib-1.7.2.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,7,8,9}} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
inherit distutils-r1