commit: baa71b9f06f590e5e0de3e567aee2bccf21b2f09 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sun Feb 28 12:12:49 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Mon Mar 1 22:11:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baa71b9f
dev-python/raet: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/19708 Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> dev-python/raet/files/raet-0.6.8-python39.patch | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/dev-python/raet/files/raet-0.6.8-python39.patch b/dev-python/raet/files/raet-0.6.8-python39.patch deleted file mode 100644 index 4f400bc9afc..00000000000 --- a/dev-python/raet/files/raet-0.6.8-python39.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/raet/lane/paging.py b/raet/lane/paging.py -index 5a2f480..32c8f95 100644 ---- a/raet/lane/paging.py -+++ b/raet/lane/paging.py -@@ -162,8 +162,7 @@ class TxBody(Body): - if not msgpack: - emsg = "Msgpack not installed." - raise raeting.PacketError(emsg) -- self.packed = msgpack.dumps(self.data, -- encoding='utf-8') -+ self.packed = msgpack.dumps(self.data) - else: - emsg = "Unrecognized message pack kind '{0}'\n".format(pk) - console.terse(emsg)
