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, 0 insertions, 12 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
deleted file mode 100644
index 424c10af82ae..000000000000
--- a/dev-python/pandas/files/pandas-2.1.1-which.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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