mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-17 17:59:02 -04:00
Correct cython patch
This commit is contained in:
parent
a6864ab7ec
commit
2382c8ff4a
1 changed files with 2 additions and 2 deletions
|
@ -802,9 +802,9 @@ export PYTHONPATH=%{_builddir}%{python_sitearch}:$PYTHONPATH
|
|||
PATCH=$PWD/build/pkgs/cython/patches/pxi_sys_path.patch
|
||||
pushd %{_builddir}%{python_sitearch}
|
||||
patch -p1 < $PATCH
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1406533
|
||||
sed -i 's/disallow/dissallow/' Cython/Compiler/Options.py
|
||||
popd
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1406533
|
||||
sed -i 's/disallow/dissallow/' Cython/Compiler/Options.py
|
||||
%endif
|
||||
|
||||
# Restore environment used to generate bundled interfaces
|
||||
|
|
Loading…
Add table
Reference in a new issue