dev-python/python-systemd: support python3.9

Closes: https://bugs.gentoo.org/759679
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Mike Gilbert
2020-12-12 21:28:26 -05:00
parent 5b071944b0
commit 3a643c2c23

View File

@@ -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