From f96e572e6011cc80f5654bb34d7a11432f22db68 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Tue, 23 Feb 2021 16:30:19 +0100 Subject: [PATCH] dev-python/nototools: Support python 3.9 Closes: https://bugs.gentoo.org/761909 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Pacho Ramos --- dev-python/nototools/nototools-0.2.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/nototools/nototools-0.2.13.ebuild b/dev-python/nototools/nototools-0.2.13.ebuild index 96ed035ed2ca8..eef113000fc81 100644 --- a/dev-python/nototools/nototools-0.2.13.ebuild +++ b/dev-python/nototools/nototools-0.2.13.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..8} ) +PYTHON_COMPAT=( python3_{7..9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1