Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/kombu/
Date: Sun, 27 Aug 2017 08:21:38
Message-Id: 1503822065.b194748b25572d90f81d8ae471ad0681886f0ebb.prometheanfire@gentoo
1 commit: b194748b25572d90f81d8ae471ad0681886f0ebb
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 27 08:18:18 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 27 08:21:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b194748b
7
8 dev-python/kombu: fix patching 4.1.0 for bug 629012
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-python/kombu/kombu-4.1.0.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-python/kombu/kombu-4.1.0.ebuild b/dev-python/kombu/kombu-4.1.0.ebuild
16 index da1352bc366..842608ea8ec 100644
17 --- a/dev-python/kombu/kombu-4.1.0.ebuild
18 +++ b/dev-python/kombu/kombu-4.1.0.ebuild
19 @@ -46,8 +46,7 @@ DEPEND="${RDEPEND}
20 DISTUTILS_IN_SOURCE_BUILD=1
21
22 PATCHES=(
23 - "${FILESDIR}"/${P}-dict-iter.patch
24 - )
25 +)
26
27 python_prepare_all() {
28 # AttributeError: test_Etcd instance has no attribute 'patch'