The build was failing because the cmake_install.cmake step for
vpp-api/python was calling pip install to download and install packages
from from PyPi.
Fix the build by:
- Add missing build dependencies
- patching src/vpp-api/python/CMakeLists.txt to use installed packages rather than downloading new ones.