Do not build python bindings
Python bindings should no longer be built locally, including python-casacore
. Reason is that we can now install everything from
PyPI. Worse, if we do build the python bindings locally, we get conflicts between those bindings and the ones that are installed through
pip
. See bug RAP-296 for more information.
Closes RAP-296