commit: 94ca702e05e2b7003192ccf0f5fbbed9ea5fd9b2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun May 17 07:42:22 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun May 17 07:43:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94ca702e
dev-python/jsonschema: Backport test-dep on twisted Closes: https://bugs.gentoo.org/719806 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> 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 2831d238932..f3875be46ed 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}"
