dev-python/kombu: remove unused patch(es)
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Tue, 11 Sep 2018 17:20:12 +0000 (19:20 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 18 Sep 2018 06:49:45 +0000 (08:49 +0200)
dev-python/kombu/files/kombu-NA-tests-fix.patch [deleted file]

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 (file)
index a4bcda6..0000000
+++ /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