diff options
Diffstat (limited to 'dev-python/jsonschema/jsonschema-3.0.1.ebuild')
| -rw-r--r-- | dev-python/jsonschema/jsonschema-3.0.1.ebuild | 7 |
1 files 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}" |
