diff options
author | 2019-12-28 17:11:16 +0100 | |
---|---|---|
committer | 2019-12-28 17:11:16 +0100 | |
commit | f15da178efbb3ff202f8a115c2a0dc3062489fe2 (patch) | |
tree | c55822d2f4a55c2fd32e17d9ba571957a6be904f /dev-python/argon2_cffi | |
parent | dev-python/APScheduler: Remove Py2 (diff) | |
download | gentoo-f15da178efbb3ff202f8a115c2a0dc3062489fe2.tar.gz gentoo-f15da178efbb3ff202f8a115c2a0dc3062489fe2.tar.bz2 gentoo-f15da178efbb3ff202f8a115c2a0dc3062489fe2.zip |
dev-python/argon2_cffi: Remove Py2
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/argon2_cffi')
-rw-r--r-- | dev-python/argon2_cffi/argon2_cffi-19.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/argon2_cffi/argon2_cffi-19.1.0.ebuild b/dev-python/argon2_cffi/argon2_cffi-19.1.0.ebuild index 88f98ec94292..03a1a5770050 100644 --- a/dev-python/argon2_cffi/argon2_cffi-19.1.0.ebuild +++ b/dev-python/argon2_cffi/argon2_cffi-19.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{5,6,7}} pypy pypy3 ) +PYTHON_COMPAT=( python3_{5,6,7} pypy3 ) inherit distutils-r1 DESCRIPTION="CFFI bindings to the Argon2 password hashing library" |