Correct cython patch number after install

This commit is contained in:
pcpa 2016-08-21 14:01:06 -04:00
parent ecfed4fc9e
commit 0a93d392b0

View file

@ -873,7 +873,7 @@ ln -sf %{_datadir} $SAGE_LOCAL/share
PATCH=$PWD/build/pkgs/cython/patches/pxi_sys_path.patch
pushd %{buildroot}%{python_sitearch}
patch -p1 < $PATCH
patch -p1 < %{PATCH30}
patch -p1 < %{PATCH27}
popd
%endif