dev-python/libnacl: Enable py3.{7,8}
authorMichał Górny <mgorny@gentoo.org>
Thu, 23 Apr 2020 13:20:32 +0000 (15:20 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 23 Apr 2020 13:26:10 +0000 (15:26 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/libnacl/libnacl-1.6.1.ebuild

index 1bd51f939d5efa5071d670a0229eb09d91bab717..35097ca43e7dcdfa9470425e8d587de28da31e93 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=(python3_6)
+PYTHON_COMPAT=(python3_{6,7,8})
 inherit distutils-r1
 
 DESCRIPTION="Python ctypes wrapper for libsodium"