summarylogtreecommitdiffstats
path: root/cython-sys-path.patch
blob: e245b53abc16d7d5a5fcb874e41e7bf0befd820c (plain)
1
2
3
4
5
6
7
8
9
10
--- 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
@@ -416,6 +416,7 @@
             build_dir=self.build_dir,
             force=self.force,
             aliases=aliases,
+            include_path=sys.path,
             compiler_directives=self.cython_directives,
             create_extension=sage_create_extension,
             # Debugging             compiler_directives={