mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
This stops numpy from reading .numpy-site.cfg in the build user's home directory. The code actually tries to find both .numpy-site.cfg and site.cfg in the user's home directory; this patch prevents both. Signed-off-by: Jeffery To <jeffery.to@gmail.com>