Remove pregenerated Cython C sources

This commit is contained in:
Miro Hrončok 2019-05-14 20:26:27 +02:00
parent 1dcd880cc2
commit abc1e71640
1 changed files with 3 additions and 0 deletions

View File

@ -53,6 +53,9 @@ Python 3 version.
%prep
%autosetup -n %{modname}-%{version}
# Remove pregenerated Cython C sources
find -name '*.c' | xargs rm
%build
export WITH_CYTHON=true
%py2_build