storpipfugl / pykdtree

Fast kd-tree implementation in Python
GNU Lesser General Public License v3.0
221 stars 46 forks source link

Fix for python3 rpm-build #48

Closed adybbroe closed 4 years ago

adybbroe commented 4 years ago

This is necessary so that we can make rpm packages for python3. It is, however, not backward compatible, so that with this PR it will no longer be possible to build and rpm for Python 2. BUT, this might be a good point in time to stop supporting Python2, as numpy, xarray, dask, and now also all Pytroll packages are skipping Python 2 support from Jan 1, 2020.