From 3a643c2c23eab78b7e54eb11cb81985a5f92f224 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sat, 12 Dec 2020 21:28:26 -0500 Subject: [PATCH] dev-python/python-systemd: support python3.9 Closes: https://bugs.gentoo.org/759679 Signed-off-by: Mike Gilbert --- dev-python/python-systemd/python-systemd-234.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-systemd/python-systemd-234.ebuild b/dev-python/python-systemd/python-systemd-234.ebuild index dafd6dde7656b..4a261c01de9fa 100644 --- a/dev-python/python-systemd/python-systemd-234.ebuild +++ b/dev-python/python-systemd/python-systemd-234.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6..8} ) +PYTHON_COMPAT=( python3_{6..9} ) DISTUTILS_USE_SETUPTOOLS="no" inherit distutils-r1