From: Michał Górny Date: Wed, 5 Feb 2020 16:11:37 +0000 (+0100) Subject: dev-python/libnacl: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3b3dfc0b3201e44ee78dc482257932059ac02419;p=gentoo.git dev-python/libnacl: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/libnacl/libnacl-1.6.1.ebuild b/dev-python/libnacl/libnacl-1.6.1.ebuild index 4ce664bf5c14..1bd51f939d5e 100644 --- a/dev-python/libnacl/libnacl-1.6.1.ebuild +++ b/dev-python/libnacl/libnacl-1.6.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=(python{2_7,3_6}) +PYTHON_COMPAT=(python3_6) inherit distutils-r1 DESCRIPTION="Python ctypes wrapper for libsodium"