Loading
libbytesize: fix cross compilation
libbytesize python module imports a shared object, which only works so long as it's imported on the same architecture it was built for. hence, do the import check as part of `installCheckPhase` where it can be enabled more selectively.