Paramiko version 2.0 has been released. It now uses the Python library
cryptography. Installing this requires additional system packages. This
commit adds in the appropriate packages required by cryptography based
on its documentation [1].
An alternative approach would have been to constrain the version of
Paramiko however the project describes the 1.x versions as relying on
insecure dependencies [2].
[1] https://cryptography.io/en/latest/installation/
[2] http://www.paramiko.org/installing.html
Backport note:
Release notes instrumentation has been added to the commit as neither
this patch nor one focused on releasenotes alone will merge
independently.
Change-Id: I33a6f9ab1aecf28e82ea756e41c482820758157f
(cherry picked from commit 19999b4ed8)