summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-06-10 17:08:40 +0200
committerMichał Górny <mgorny@gentoo.org>2020-06-10 17:10:58 +0200
commita95f99f97ce879428c39f15bf26c92e3e19d612f (patch)
tree78bfc6c97fd5a0647b9fe9fa9722b6cecddc492d /dev-python
parentdev-python/docker-py: Bump to 4.2.1 (diff)
downloadgentoo-a95f99f97ce879428c39f15bf26c92e3e19d612f.tar.gz
gentoo-a95f99f97ce879428c39f15bf26c92e3e19d612f.tar.bz2
gentoo-a95f99f97ce879428c39f15bf26c92e3e19d612f.zip
dev-python/nose-random: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/nose-random/nose-random-1.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/nose-random/nose-random-1.0.0.ebuild b/dev-python/nose-random/nose-random-1.0.0.ebuild
index c4a593c95802..973cf59a42b7 100644
--- a/dev-python/nose-random/nose-random-1.0.0.ebuild
+++ b/dev-python/nose-random/nose-random-1.0.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1