From 5a2249715bdaf530d3d302c010ee3afbc22d32d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 17 Nov 2020 18:06:34 +0100 Subject: [PATCH] dev-python/jsonmerge: Port up to py3.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/jsonmerge/jsonmerge-1.6.0.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/jsonmerge/jsonmerge-1.6.0.ebuild b/dev-python/jsonmerge/jsonmerge-1.6.0.ebuild index 026e94237c3f5..0b6758ccdcd60 100644 --- a/dev-python/jsonmerge/jsonmerge-1.6.0.ebuild +++ b/dev-python/jsonmerge/jsonmerge-1.6.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 @@ -16,8 +16,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-python/jsonschema[${PYTHON_USEDEP}]" -BDEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" +BDEPEND="${RDEPEND}" python_test() { PYTHONPATH="${PWD}" python -m unittest \