diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyrex/pyrex-fix-optimized-mode.patch')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyrex/pyrex-fix-optimized-mode.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyrex/pyrex-fix-optimized-mode.patch b/meta-python/recipes-devtools/python/python-pyrex/pyrex-fix-optimized-mode.patch deleted file mode 100644 index c58c3280e2..0000000000 --- a/meta-python/recipes-devtools/python/python-pyrex/pyrex-fix-optimized-mode.patch +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
3 | Index: Pyrex-0.9.8.4/Pyrex/Distutils/extension.py | ||
4 | =================================================================== | ||
5 | --- Pyrex-0.9.8.4.orig/Pyrex/Distutils/extension.py | ||
6 | +++ Pyrex-0.9.8.4/Pyrex/Distutils/extension.py | ||
7 | @@ -15,7 +15,7 @@ except ImportError: | ||
8 | warnings = None | ||
9 | |||
10 | class Extension(_Extension.Extension): | ||
11 | - _Extension.Extension.__doc__ + \ | ||
12 | + _Extension.Extension.__doc__ or "" + \ | ||
13 | """pyrex_include_dirs : [string] | ||
14 | list of directories to search for Pyrex header files (.pxd) (in | ||
15 | Unix form for portability) | ||