From 22ef831f426fada4c1031a1109c54ac444654be5 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Tue, 11 Sep 2018 19:20:12 +0200 Subject: dev-python/kombu: remove unused patch(es) --- dev-python/kombu/files/kombu-NA-tests-fix.patch | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 dev-python/kombu/files/kombu-NA-tests-fix.patch (limited to 'dev-python') 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 a4bcda6e292d..000000000000 --- 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 -- cgit v1.2.3-65-gdbad