From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 552381396D0 for ; Sun, 27 Aug 2017 08:21:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8151E0BE2; Sun, 27 Aug 2017 08:21:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A9846E0BE2 for ; Sun, 27 Aug 2017 08:21:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DEC41341937 for ; Sun, 27 Aug 2017 08:21:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F3078434 for ; Sun, 27 Aug 2017 08:21:35 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1503822065.b194748b25572d90f81d8ae471ad0681886f0ebb.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/kombu/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/kombu/kombu-4.1.0.ebuild X-VCS-Directories: dev-python/kombu/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: b194748b25572d90f81d8ae471ad0681886f0ebb X-VCS-Branch: master Date: Sun, 27 Aug 2017 08:21:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b53cb0e2-9098-482e-b240-066740c7a28f X-Archives-Hash: efd83694b9e2d12de863cd61180f97f1 commit: b194748b25572d90f81d8ae471ad0681886f0ebb Author: Matthew Thode gentoo org> AuthorDate: Sun Aug 27 08:18:18 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Sun Aug 27 08:21:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b194748b dev-python/kombu: fix patching 4.1.0 for bug 629012 Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-python/kombu/kombu-4.1.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/kombu/kombu-4.1.0.ebuild b/dev-python/kombu/kombu-4.1.0.ebuild index da1352bc366..842608ea8ec 100644 --- a/dev-python/kombu/kombu-4.1.0.ebuild +++ b/dev-python/kombu/kombu-4.1.0.ebuild @@ -46,8 +46,7 @@ DEPEND="${RDEPEND} DISTUTILS_IN_SOURCE_BUILD=1 PATCHES=( - "${FILESDIR}"/${P}-dict-iter.patch - ) +) python_prepare_all() { # AttributeError: test_Etcd instance has no attribute 'patch'