summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2020-12-12 21:28:26 -0500
committerMike Gilbert <floppym@gentoo.org>2020-12-12 21:30:16 -0500
commit3a643c2c23eab78b7e54eb11cb81985a5f92f224 (patch)
treeeb8e33a4ffd9fef9c3c1b5ad386db992bff695d7 /dev-python/python-systemd
parentdev-python/bcrypt: Stabilize 3.2.0 s390, #742773 (diff)
downloadgentoo-3a643c2c23eab78b7e54eb11cb81985a5f92f224.tar.gz
gentoo-3a643c2c23eab78b7e54eb11cb81985a5f92f224.tar.bz2
gentoo-3a643c2c23eab78b7e54eb11cb81985a5f92f224.zip
dev-python/python-systemd: support python3.9
Closes: https://bugs.gentoo.org/759679 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'dev-python/python-systemd')
-rw-r--r--dev-python/python-systemd/python-systemd-234.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-systemd/python-systemd-234.ebuild b/dev-python/python-systemd/python-systemd-234.ebuild
index dafd6dde7656..4a261c01de9f 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