diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyproj/rpath.patch')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyproj/rpath.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyproj/rpath.patch b/meta-python/recipes-devtools/python/python3-pyproj/rpath.patch index 347996a80..6e230d105 100644 --- a/meta-python/recipes-devtools/python/python3-pyproj/rpath.patch +++ b/meta-python/recipes-devtools/python/python3-pyproj/rpath.patch | |||
@@ -6,7 +6,7 @@ Upstream-Status: Inappropriate [OE-Specific] | |||
6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
7 | --- a/setup.py | 7 | --- a/setup.py |
8 | +++ b/setup.py | 8 | +++ b/setup.py |
9 | @@ -194,9 +194,6 @@ def get_extension_modules(): | 9 | @@ -193,9 +193,6 @@ def get_extension_modules(): |
10 | ext_options = { | 10 | ext_options = { |
11 | "include_dirs": include_dirs, | 11 | "include_dirs": include_dirs, |
12 | "library_dirs": library_dirs, | 12 | "library_dirs": library_dirs, |