tell the linker to remove unnecessary symbols from the python module
on my machine (but not using the pykstars docker-image) importing the module does not work because gsl
wasn't found...
as the gsl isn't used in pykstars, it will be removed by the linker gc
which fixes the problem
an laternative would be to link gsl and blas.