commit | 9754a83b53b14492124e0c868c3589f31ef9ad73 | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Fri Apr 13 11:01:59 2018 -0700 |
committer | Zack Williams <zdw@opennetworking.org> | Fri Apr 13 11:38:03 2018 -0700 |
tree | 119a12bda321054f625e3db954e91ca69d24fd51 | |
parent | fbb3ec42feaa00c44016f19ce8b27fe0411328e5 [diff] [blame] |
add python modules for better SSL support during documentation check Change-Id: Id5c966462c17656c20e43b0827f8799738bf13db
diff --git a/packer/provision/basebuild.sh b/packer/provision/basebuild.sh index 76a0204..d86c621 100644 --- a/packer/provision/basebuild.sh +++ b/packer/provision/basebuild.sh
@@ -59,9 +59,14 @@ nodejs \ npm \ python \ + python-certifi \ + python-cryptography \ python-dev \ + python-idna \ python-netaddr \ + python-openssl \ python-pip \ + python-urllib3 \ ssh \ sshpass \ zip