summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-06-10 17:08:43 +0200
committerMichał Górny <mgorny@gentoo.org>2020-06-10 17:10:59 +0200
commit2a7f2951e43726f67980f55329f0b787bd910b3a (patch)
tree1828c56c6a5d87e9e2ac9063ccaf46e891a41fff /dev-python/jsondiff/jsondiff-1.2.0.ebuild
parentdev-python/nose-random: Port to py3.9 (diff)
downloadgentoo-2a7f2951e43726f67980f55329f0b787bd910b3a.tar.gz
gentoo-2a7f2951e43726f67980f55329f0b787bd910b3a.tar.bz2
gentoo-2a7f2951e43726f67980f55329f0b787bd910b3a.zip
dev-python/jsondiff: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jsondiff/jsondiff-1.2.0.ebuild')
-rw-r--r--dev-python/jsondiff/jsondiff-1.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jsondiff/jsondiff-1.2.0.ebuild b/dev-python/jsondiff/jsondiff-1.2.0.ebuild
index 29227333f395..83f6954f2d86 100644
--- a/dev-python/jsondiff/jsondiff-1.2.0.ebuild
+++ b/dev-python/jsondiff/jsondiff-1.2.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1