summarylogtreecommitdiffstats
path: root/pssh-valueerror-the-fd-4-must-be-in-non-blocking-mode.patch
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2023-06-09 14:37:46 +0200
committerHyacinthe Cartiaux2023-06-09 14:37:46 +0200
commit798e8e96bd57bb224893138c499c81f0c8d1c428 (patch)
tree8a7b9429a785681174fe8ac6a97409b6bf6e79b3 /pssh-valueerror-the-fd-4-must-be-in-non-blocking-mode.patch
parentf6baad94fb1c7f0ea3638f59d8382f2e2fdc57c9 (diff)
downloadaur-python-pssh.tar.gz
Pkgrel bump - remove upstreamed patches
Diffstat (limited to 'pssh-valueerror-the-fd-4-must-be-in-non-blocking-mode.patch')
-rw-r--r--pssh-valueerror-the-fd-4-must-be-in-non-blocking-mode.patch6
1 files changed, 0 insertions, 6 deletions
diff --git a/pssh-valueerror-the-fd-4-must-be-in-non-blocking-mode.patch b/pssh-valueerror-the-fd-4-must-be-in-non-blocking-mode.patch
deleted file mode 100644
index e1fca28b5488..000000000000
--- a/pssh-valueerror-the-fd-4-must-be-in-non-blocking-mode.patch
+++ /dev/null
@@ -1,6 +0,0 @@
---- psshlib/manager.py.orig 2012-02-02 17:13:09.000000000 +0100
-+++ psshlib/manager.py 2016-01-17 11:52:13.764088460 +0100
-@@ -4,0 +5 @@
-+import fcntl
-@@ -211,0 +213 @@
-+ fcntl.fcntl(wakeup_writefd, fcntl.F_SETFL, os.O_NONBLOCK)