commit: 3a643c2c23eab78b7e54eb11cb81985a5f92f224 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sun Dec 13 02:28:26 2020 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sun Dec 13 02:30:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a643c2c
dev-python/python-systemd: support python3.9 Closes: https://bugs.gentoo.org/759679 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> 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 dafd6dde765..4a261c01de9 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
