summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 17:11:37 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 17:24:25 +0100
commit3b3dfc0b3201e44ee78dc482257932059ac02419 (patch)
treee7dd7943ea05831997eb795bb4715518056e4cbf /dev-python/libnacl/libnacl-1.6.1.ebuild
parentdev-python/libcloud: Remove py2 (diff)
downloadgentoo-3b3dfc0b3201e44ee78dc482257932059ac02419.tar.gz
gentoo-3b3dfc0b3201e44ee78dc482257932059ac02419.tar.bz2
gentoo-3b3dfc0b3201e44ee78dc482257932059ac02419.zip
dev-python/libnacl: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/libnacl/libnacl-1.6.1.ebuild')
-rw-r--r--dev-python/libnacl/libnacl-1.6.1.ebuild2
1 files changed, 1 insertions, 1 deletions
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"