summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-25 21:58:42 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-25 22:14:32 +0200
commit421d6e2eea0ae4c7f8d8a0a5f067f6a7cd0efb56 (patch)
treee815caad6def7e3aba9d6871b60b3bbe8fba8c85 /dev-python/termcolor/termcolor-1.1.0-r2.ebuild
parentdev-python/path-py: Port to py39 (diff)
downloadgentoo-421d6e2eea0ae4c7f8d8a0a5f067f6a7cd0efb56.tar.gz
gentoo-421d6e2eea0ae4c7f8d8a0a5f067f6a7cd0efb56.tar.bz2
gentoo-421d6e2eea0ae4c7f8d8a0a5f067f6a7cd0efb56.zip
dev-python/termcolor: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/termcolor/termcolor-1.1.0-r2.ebuild')
-rw-r--r--dev-python/termcolor/termcolor-1.1.0-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/termcolor/termcolor-1.1.0-r2.ebuild b/dev-python/termcolor/termcolor-1.1.0-r2.ebuild
index c7bee0da21ef..66df011a2aa2 100644
--- a/dev-python/termcolor/termcolor-1.1.0-r2.ebuild
+++ b/dev-python/termcolor/termcolor-1.1.0-r2.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
+PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
inherit distutils-r1