summaryrefslogtreecommitdiff
path: root/libre/sagemath/cython-sys-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libre/sagemath/cython-sys-path.patch')
-rw-r--r--libre/sagemath/cython-sys-path.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/libre/sagemath/cython-sys-path.patch b/libre/sagemath/cython-sys-path.patch
deleted file mode 100644
index 7ec63e20b..000000000
--- a/libre/sagemath/cython-sys-path.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- sage-7.1/src/setup.py.orig 2016-04-08 16:59:24.691349473 +0000
-+++ sage-7.1/src/setup.py 2016-04-08 17:03:03.847153796 +0000
-@@ -414,6 +414,7 @@
- build_dir=SAGE_CYTHONIZED,
- force=force,
- aliases=aliases,
-+ include_path=sys.path,
- compiler_directives={
- 'autotestdict': False,
- 'cdivision': True,