commit:     22ef831f426fada4c1031a1109c54ac444654be5
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue Sep 11 17:20:12 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Sep 18 06:49:45 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22ef831f

dev-python/kombu: remove unused patch(es)

 dev-python/kombu/files/kombu-NA-tests-fix.patch | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/dev-python/kombu/files/kombu-NA-tests-fix.patch 
b/dev-python/kombu/files/kombu-NA-tests-fix.patch
deleted file mode 100644
index a4bcda6e292..00000000000
--- a/dev-python/kombu/files/kombu-NA-tests-fix.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-https://github.com/celery/kombu/commit/828ba134105eeb4c6df52cb4441cf90c297b77e3
-Fixes NA bug with amqplib.
-diff --git a/kombu/transport/amqplib.py b/kombu/transport/amqplib.py
-index feedee7..f57e28c 100644
---- a/kombu/transport/amqplib.py
-+++ b/kombu/transport/amqplib.py
-@@ -17,6 +17,9 @@ class SSLError(Exception):  # noqa
-         pass
- from struct import unpack
- 
-+class NA(object):
-+    pass
-+
- try:
-     from amqplib import client_0_8 as amqp
-     from amqplib.client_0_8 import transport

Reply via email to