Commit 21023a5#diff-72e868772be40795455997094ac5215e now prevents cross compilation of python bindings.
The InstallWrapper class added in said commit tries to load the libiio shared lib during python wrapper installation. This obviously fails when cross compiling for different architecture, raising an expected OSError exception instead.