Remove python_both_arch support for Python modules
This caused problems where CMake would write out two custom commands for a given input due to the reuse of a MAIN_DEPENDENCY
. Instead, just run the methods twice since there aren't so many.
Edited by Ben Boeckel