Skip to content

Commit

Permalink
dev-python/jsonschema: Add missing dep on d-py/mock for USE=test
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0_rc1
  • Loading branch information
klausman committed Jun 6, 2016
1 parent c333179 commit b45979b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-python/jsonschema/jsonschema-2.5.1-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ RDEPEND="
"
DEPEND="${RDEPEND}
dev-python/vcversioner[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]"
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/mock[${PYTHON_USEDEP}] )"

python_test() {
"${PYTHON}" -m unittest discover || die "Testing failed with ${EPYTHON}"
Expand Down

0 comments on commit b45979b

Please sign in to comment.