diff options
author | Wen Heping <wen@FreeBSD.org> | 2021-10-26 08:50:47 +0800 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2021-10-26 08:50:47 +0800 |
commit | 7e9bec828e31369d9b6bab30ac86218bf3def70d (patch) | |
tree | 369f43eb75b80bc3852a97c95b893b2321727a62 /math/py-numpy/files/patch-numpy-distutils-exec_command.py | |
parent | net/p5-URI: Update to 5.10 (diff) |
math/py-numpy: Update to 1.20.3
PR: 259063
Reported by: wen@
Exp-run by: antoine@
Diffstat (limited to 'math/py-numpy/files/patch-numpy-distutils-exec_command.py')
-rw-r--r-- | math/py-numpy/files/patch-numpy-distutils-exec_command.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-numpy/files/patch-numpy-distutils-exec_command.py b/math/py-numpy/files/patch-numpy-distutils-exec_command.py index ea297206195c..a99e5814811d 100644 --- a/math/py-numpy/files/patch-numpy-distutils-exec_command.py +++ b/math/py-numpy/files/patch-numpy-distutils-exec_command.py @@ -1,6 +1,6 @@ ---- numpy/distutils/exec_command.py.orig 2017-09-29 20:10:10 UTC +--- numpy/distutils/exec_command.py.orig 2021-05-08 18:35:28 UTC +++ numpy/distutils/exec_command.py -@@ -231,7 +231,7 @@ def _exec_command(command, use_shell=Non +@@ -261,7 +261,7 @@ def _exec_command(command, use_shell=None, use_tee = N if os.name == 'posix' and use_shell: # On POSIX, subprocess always uses /bin/sh, override |