diff --git a/test/runner/setup/remote.sh b/test/runner/setup/remote.sh index d8d2a7707ec..c7510e3d1fa 100644 --- a/test/runner/setup/remote.sh +++ b/test/runner/setup/remote.sh @@ -16,6 +16,9 @@ if [ "${platform}" = "freebsd" ]; then curl \ gtar \ python \ + py27-Jinja2 \ + py27-virtualenv \ + py27-cryptography \ sudo \ && break echo "Failed to install packages. Sleeping before trying again..."