summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klausmann <klausman@gentoo.org>2016-06-06 10:35:12 +0200
committerTobias Klausmann <klausman@gentoo.org>2016-06-06 10:35:12 +0200
commitb45979bbe784b34028faeb4f93a24344dfa2f342 (patch)
tree72b8484761c1eb8d20b9404012bf3a7c4a1ebd16 /dev-python/jsonschema/jsonschema-2.5.1-r2.ebuild
parentdev-python/rfc3986-0.3.1-r0: add alpha keyword (diff)
downloadgentoo-b45979bbe784b34028faeb4f93a24344dfa2f342.tar.gz
gentoo-b45979bbe784b34028faeb4f93a24344dfa2f342.tar.bz2
gentoo-b45979bbe784b34028faeb4f93a24344dfa2f342.zip
dev-python/jsonschema: Add missing dep on d-py/mock for USE=test
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'dev-python/jsonschema/jsonschema-2.5.1-r2.ebuild')
-rw-r--r--dev-python/jsonschema/jsonschema-2.5.1-r2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/jsonschema/jsonschema-2.5.1-r2.ebuild b/dev-python/jsonschema/jsonschema-2.5.1-r2.ebuild
index b5a66a82b7dd..5c4d936841e7 100644
--- a/dev-python/jsonschema/jsonschema-2.5.1-r2.ebuild
+++ b/dev-python/jsonschema/jsonschema-2.5.1-r2.ebuild
@@ -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}"