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 B3B63138350 for ; Thu, 26 Mar 2020 17:36:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF383E0AAF; Thu, 26 Mar 2020 17:36:25 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9179DE0AAF for ; Thu, 26 Mar 2020 17:36:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C9DAC34F9DE for ; Thu, 26 Mar 2020 17:36:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 124C41A9 for ; Thu, 26 Mar 2020 17:36:21 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1585244152.e805a1b69eaeac93023367e8a648e80dfabaf497.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/txAMQP/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/txAMQP/txAMQP-0.8.2.ebuild X-VCS-Directories: dev-python/txAMQP/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e805a1b69eaeac93023367e8a648e80dfabaf497 X-VCS-Branch: master Date: Thu, 26 Mar 2020 17:36:21 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 22614049-a52b-4f36-bb7a-2135bf79195d X-Archives-Hash: e0645b25c60d1181b36dcfd221f0ea6a commit: e805a1b69eaeac93023367e8a648e80dfabaf497 Author: Michał Górny gentoo org> AuthorDate: Thu Mar 26 17:29:27 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Mar 26 17:35:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e805a1b6 dev-python/txAMQP: Flatten twisted dep Signed-off-by: Michał Górny gentoo.org> dev-python/txAMQP/txAMQP-0.8.2.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/dev-python/txAMQP/txAMQP-0.8.2.ebuild b/dev-python/txAMQP/txAMQP-0.8.2.ebuild index 5a6f2913d4d..5154a952866 100644 --- a/dev-python/txAMQP/txAMQP-0.8.2.ebuild +++ b/dev-python/txAMQP/txAMQP-0.8.2.ebuild @@ -20,13 +20,8 @@ KEYWORDS="~amd64 ~x86 ~x64-solaris" SLOT="0" IUSE="test" -# TODO: split twisted-core gives minor test failure, get rid of it -# when we port revdeps RDEPEND=" - || ( - dev-python/twisted[${PYTHON_USEDEP}] - dev-python/twisted-core[${PYTHON_USEDEP}] - ) + dev-python/twisted[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] " DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]