python-numpy: fix typo in no-host-paths.patch

(From OE-Core rev: 67b0dd19cfdbd73c4ba216af5a7e1b355ae03057)

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Andre McCurdy 2015-07-06 13:50:05 -07:00 committed by Richard Purdie
parent 0436dc192f
commit cb524771e4

View File

@ -1,6 +1,6 @@
Don't search /usr and so on for libraries by default to avoid host contamination.
Upstream-Status: Inapproprite (As the code stands, this is a hack)
Upstream-Status: Inappropriate (As the code stands, this is a hack)
Signed-off-by: Ross Burton <ross.burton@intel.com>
diff --git a/numpy/distutils/system_info.py b/numpy/distutils/system_info.py