diff --git a/numpy.spec b/numpy.spec index ecf4ef0..f375661 100644 --- a/numpy.spec +++ b/numpy.spec @@ -132,6 +132,9 @@ This package provides the complete documentation for NumPy. %prep %autosetup -n %{name}-%{version}%{?relc} -p1 +# Force re-cythonization (ifed for PKG-INFO presence in setup.py) +rm PKG-INFO + %ifarch %{openblas_arches} # Use openblas pthreads as recommended by upstream (see comment in site.cfg.example) cat >> site.cfg <