From 3ba809b6d71359938c7dc67995f7ed05cc3132c4 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Thu, 13 Jul 2017 17:40:19 -0500 Subject: [PATCH] Add pyblake2 to required Python modules See #2533 for details. --- contrib/ci-workers/vars/default.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/ci-workers/vars/default.yml b/contrib/ci-workers/vars/default.yml index 9aa79da5e..9afb8c55f 100644 --- a/contrib/ci-workers/vars/default.yml +++ b/contrib/ci-workers/vars/default.yml @@ -36,4 +36,5 @@ buildbot_modules: # Python modules required to run the Zcash RPC test suite rpc_test_modules: + - pyblake2 - pyzmq