summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2021-02-23 16:30:19 +0100
committerPacho Ramos <pacho@gentoo.org>2021-02-23 16:32:13 +0100
commitf96e572e6011cc80f5654bb34d7a11432f22db68 (patch)
tree21519db9d0e0093e9543e4ac4adb3b2ccbf96833 /dev-python/nototools
parentdev-python/defcon: Support python 3.9 (diff)
downloadgentoo-f96e572e6011cc80f5654bb34d7a11432f22db68.tar.gz
gentoo-f96e572e6011cc80f5654bb34d7a11432f22db68.tar.bz2
gentoo-f96e572e6011cc80f5654bb34d7a11432f22db68.zip
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 <pacho@gentoo.org>
Diffstat (limited to 'dev-python/nototools')
-rw-r--r--dev-python/nototools/nototools-0.2.13.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/nototools/nototools-0.2.13.ebuild b/dev-python/nototools/nototools-0.2.13.ebuild
index 96ed035ed2ca..eef113000fc8 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