summarylogtreecommitdiffstats
path: root/pssh-typeerror-str-does-not-support-the-buffer-interface.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-typeerror-str-does-not-support-the-buffer-interface.patch
parentf6baad94fb1c7f0ea3638f59d8382f2e2fdc57c9 (diff)
downloadaur-python-pssh.tar.gz
Pkgrel bump - remove upstreamed patches
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, 0 insertions, 5 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
deleted file mode 100644
index 9fa81173ebbc..000000000000
--- a/pssh-typeerror-str-does-not-support-the-buffer-interface.patch
+++ /dev/null
@@ -1,5 +0,0 @@
---- 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())