Regenerate Cython files
This commit is contained in:
parent
3236128922
commit
5c8c0fa5a0
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue