Install python-wheel to use new PyPI binary distribution.
Also fix pip call using new installed version in /usr/local/bin/
This way not all python packages are binary compiled. Unfortunally cryptography module need to compile against local libssl-dev so we cannot remove the build-essentials requirements.
Install python-wheel to use new PyPI binary distribution. Also fix pip call using new installed version in /usr/local/bin/
This way not all python packages are binary compiled. Unfortunally cryptography module need to compile against local libssl-dev so we cannot remove the build-essentials requirements.