Regenerate Cython files

This commit is contained in:
Tomas Hrnciar 2021-01-13 12:01:32 +01:00
commit 5c8c0fa5a0

View file

@ -100,9 +100,12 @@ cp -a %SOURCE1 lib/cartopy/
# Remove bundled egg-info
rm -rf %{srcname}.egg-info
# Remove pre-generated files
rm $(grep -rl '/\* Generated by Cython')
%build
%py3_build
FORCE_CYTHON=1 %py3_build
%install