summaryrefslogtreecommitdiff
path: root/dev-python/pandas/files/pandas-2.1.1-which.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pandas/files/pandas-2.1.1-which.patch')
-rw-r--r--dev-python/pandas/files/pandas-2.1.1-which.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-python/pandas/files/pandas-2.1.1-which.patch b/dev-python/pandas/files/pandas-2.1.1-which.patch
new file mode 100644
index 000000000000..424c10af82ae
--- /dev/null
+++ b/dev-python/pandas/files/pandas-2.1.1-which.patch
@@ -0,0 +1,12 @@
+diff --git a/pandas/io/clipboard/__init__.py b/pandas/io/clipboard/__init__.py
+index c07f51d875..14d79fb367 100644
+--- a/pandas/io/clipboard/__init__.py
++++ b/pandas/io/clipboard/__init__.py
+@@ -87,6 +87,7 @@ else:
+
+
+ def _executable_exists(name):
++ return which(name)
+ return (
+ subprocess.call(
+ [WHICH_CMD, name], stdout=subprocess.PIPE, stderr=subprocess.PIPE