dev-python/jsondiff: enable py3.10 and fix setuptools dep

Signed-off-by: Louis Sautier <sbraz@gentoo.org>
This commit is contained in:
Louis Sautier
2021-08-24 01:03:05 +02:00
parent 587ff1a9dc
commit e791737ee5

View File

@@ -2,8 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7..9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Diff JSON and JSON-like structures in Python"