From 1d7971c6bdc4d7a7f47b5a7cbc537fe6cb533f14 Mon Sep 17 00:00:00 2001 From: Andreas Zuber Date: Mon, 21 Sep 2020 14:47:51 +0200 Subject: [PATCH] dev-python/hwi: python 3.9 support Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andreas Zuber --- dev-python/hwi/hwi-1.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/hwi/hwi-1.1.2.ebuild b/dev-python/hwi/hwi-1.1.2.ebuild index afe011ee55..f3175f808f 100644 --- a/dev-python/hwi/hwi-1.1.2.ebuild +++ b/dev-python/hwi/hwi-1.1.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 udev