Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/kombu/files/
Date: Tue, 18 Sep 2018 06:57:34
Message-Id: 1537253385.22ef831f426fada4c1031a1109c54ac444654be5.mgorny@gentoo
1 commit: 22ef831f426fada4c1031a1109c54ac444654be5
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Sep 11 17:20:12 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 18 06:49:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22ef831f
7
8 dev-python/kombu: remove unused patch(es)
9
10 dev-python/kombu/files/kombu-NA-tests-fix.patch | 16 ----------------
11 1 file changed, 16 deletions(-)
12
13 diff --git a/dev-python/kombu/files/kombu-NA-tests-fix.patch b/dev-python/kombu/files/kombu-NA-tests-fix.patch
14 deleted file mode 100644
15 index a4bcda6e292..00000000000
16 --- a/dev-python/kombu/files/kombu-NA-tests-fix.patch
17 +++ /dev/null
18 @@ -1,16 +0,0 @@
19 -https://github.com/celery/kombu/commit/828ba134105eeb4c6df52cb4441cf90c297b77e3
20 -Fixes NA bug with amqplib.
21 -diff --git a/kombu/transport/amqplib.py b/kombu/transport/amqplib.py
22 -index feedee7..f57e28c 100644
23 ---- a/kombu/transport/amqplib.py
24 -+++ b/kombu/transport/amqplib.py
25 -@@ -17,6 +17,9 @@ class SSLError(Exception): # noqa
26 - pass
27 - from struct import unpack
28 -
29 -+class NA(object):
30 -+ pass
31 -+
32 - try:
33 - from amqplib import client_0_8 as amqp
34 - from amqplib.client_0_8 import transport