diff options
author | Andrey Utkin <andrey_utkin@gentoo.org> | 2018-02-13 13:22:23 +0000 |
---|---|---|
committer | Andrey Utkin <andrey_utkin@gentoo.org> | 2018-02-15 10:25:15 +0000 |
commit | f9ea8685bd3bbc6bd2f2fb9ea5deb52c6c137143 (patch) | |
tree | 752c9e2eac8d9335cb0cbb06fabc13722e66b1b4 /dev-python/botocore | |
parent | dev-python/boto3: don't require specific dev-python/mock version (diff) | |
download | gentoo-f9ea8685bd3bbc6bd2f2fb9ea5deb52c6c137143.tar.gz gentoo-f9ea8685bd3bbc6bd2f2fb9ea5deb52c6c137143.tar.bz2 gentoo-f9ea8685bd3bbc6bd2f2fb9ea5deb52c6c137143.zip |
dev-python/botocore: depend on jsonschema for test
Reflecting upstream change
526dfa42fbb4 ("Validate waiters against schema")
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-python/botocore')
-rw-r--r-- | dev-python/botocore/botocore-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/botocore/botocore-9999.ebuild b/dev-python/botocore/botocore-9999.ebuild index e89410f896f8..89ab97de7bc5 100644 --- a/dev-python/botocore/botocore-9999.ebuild +++ b/dev-python/botocore/botocore-9999.ebuild @@ -39,6 +39,7 @@ DEPEND=" ${RDEPEND} dev-python/mock[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] + dev-python/jsonschema[${PYTHON_USEDEP}] ) " |