summaryrefslogtreecommitdiff
path: root/math/py-numpy/files/patch-numpy-distutils-exec_command.py
diff options
context:
space:
mode:
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.py4
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