summarylogtreecommitdiffstats
path: root/pssh-typeerror-str-does-not-support-the-buffer-interface.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pssh-typeerror-str-does-not-support-the-buffer-interface.patch')
-rw-r--r--pssh-typeerror-str-does-not-support-the-buffer-interface.patch5
1 files changed, 5 insertions, 0 deletions
diff --git a/pssh-typeerror-str-does-not-support-the-buffer-interface.patch b/pssh-typeerror-str-does-not-support-the-buffer-interface.patch
new file mode 100644
index 000000000000..9fa81173ebbc
--- /dev/null
+++ b/pssh-typeerror-str-does-not-support-the-buffer-interface.patch
@@ -0,0 +1,5 @@
+--- psshlib/askpass_server.py.orig 2012-02-02 17:13:09.000000000 +0100
++++ psshlib/askpass_server.py 2016-01-17 11:43:37.006779012 +0100
+@@ -72 +72 @@
+- bytes_written = conn.send(buffer)
++ bytes_written = conn.send(buffer.encode())