commit: db5f7b6b104a55fc92135dc65e3f668e99c59679
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 4 22:05:31 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 21:27:38 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db5f7b6b
dev-python/pykerberos: python3_8
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-python/pykerberos/pykerberos-1.2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pykerberos/pykerberos-1.2.1.ebuild
b/dev-python/pykerberos/pykerberos-1.2.1.ebuild
index 25739a108cb..ce8ce457faa 100644
--- a/dev-python/pykerberos/pykerberos-1.2.1.ebuild
+++ b/dev-python/pykerberos/pykerberos-1.2.1.ebuild
@@ -2,8 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="A high-level Python wrapper for Kerberos/GSSAPI operations"