From 94ca702e05e2b7003192ccf0f5fbbed9ea5fd9b2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 17 May 2020 09:42:22 +0200 Subject: [PATCH] dev-python/jsonschema: Backport test-dep on twisted MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/719806 Signed-off-by: Michał Górny --- dev-python/jsonschema/jsonschema-3.0.1.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-python/jsonschema/jsonschema-3.0.1.ebuild b/dev-python/jsonschema/jsonschema-3.0.1.ebuild index 2831d238932f..f3875be46edf 100644 --- a/dev-python/jsonschema/jsonschema-3.0.1.ebuild +++ b/dev-python/jsonschema/jsonschema-3.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{6,7} ) inherit distutils-r1 @@ -33,7 +33,10 @@ RDEPEND=" " DEPEND="${RDEPEND} >=dev-python/vcversioner-2.16.0.0[${PYTHON_USEDEP}] - test? ( dev-python/mock[${PYTHON_USEDEP}] )" + test? ( + dev-python/mock[${PYTHON_USEDEP}] + dev-python/twisted[${PYTHON_USEDEP}] + )" python_test() { "${PYTHON}" -m unittest discover || die "Testing failed with ${EPYTHON}" -- 2.26.2