commit: d45a80fda994722ad9c63c3467c4d2f0800edb6e
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 17 20:40:27 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Jul 17 21:19:08 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d45a80fd
sys-process/systemd-cron: Add Python 3.8 and 3.9 compatibility
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
sys-process/systemd-cron/systemd-cron-1.5.14.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-process/systemd-cron/systemd-cron-1.5.14.ebuild
b/sys-process/systemd-cron/systemd-cron-1.5.14.ebuild
index 4da8f8119ff..09986564103 100644
--- a/sys-process/systemd-cron/systemd-cron-1.5.14.ebuild
+++ b/sys-process/systemd-cron/systemd-cron-1.5.14.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( pypy3 python3_{6,7} )
+PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
inherit python-single-r1 systemd
DESCRIPTION="systemd units to create timers for cron directories and crontab"