From f9ea8685bd3bbc6bd2f2fb9ea5deb52c6c137143 Mon Sep 17 00:00:00 2001 From: Andrey Utkin Date: Tue, 13 Feb 2018 13:22:23 +0000 Subject: [PATCH] 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 --- dev-python/botocore/botocore-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/botocore/botocore-9999.ebuild b/dev-python/botocore/botocore-9999.ebuild index e89410f896f8b..89ab97de7bc56 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}] ) "