diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-22 10:43:09 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-22 11:15:25 +0200 |
commit | 8537c81afce5845c5e5f3cb3634b7ba6ab6f7a01 (patch) | |
tree | 38a7834932f7aff447fac469f8ebf95455b2069a /dev-python/scrypt | |
parent | dev-python/bcrypt: Remove py2 (diff) | |
download | gentoo-8537c81afce5845c5e5f3cb3634b7ba6ab6f7a01.tar.gz gentoo-8537c81afce5845c5e5f3cb3634b7ba6ab6f7a01.tar.bz2 gentoo-8537c81afce5845c5e5f3cb3634b7ba6ab6f7a01.zip |
dev-python/scrypt: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/scrypt')
-rw-r--r-- | dev-python/scrypt/scrypt-0.8.15.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/scrypt/scrypt-0.8.15.ebuild b/dev-python/scrypt/scrypt-0.8.15.ebuild index dbfa29411a4d..006aeaa01cab 100644 --- a/dev-python/scrypt/scrypt-0.8.15.ebuild +++ b/dev-python/scrypt/scrypt-0.8.15.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) inherit distutils-r1 |