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 A17D7138350 for ; Wed, 25 Mar 2020 16:57:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7738E0CAC; Wed, 25 Mar 2020 16:57:05 +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 95E1CE0CAC for ; Wed, 25 Mar 2020 16:57:05 +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 A0D2634F7B0 for ; Wed, 25 Mar 2020 16:57:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B88C118F for ; Wed, 25 Mar 2020 16:57:02 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1585155346.9695c9afb1218a894c6ac0a27b150e3865cf3028.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyicu/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyicu/pyicu-2.4.2.ebuild X-VCS-Directories: dev-python/pyicu/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 9695c9afb1218a894c6ac0a27b150e3865cf3028 X-VCS-Branch: master Date: Wed, 25 Mar 2020 16:57:02 +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: 985355c3-ebec-49de-994d-aa22c3dba13c X-Archives-Hash: 535fe292a6606e9516a31f20a5746a32 commit: 9695c9afb1218a894c6ac0a27b150e3865cf3028 Author: Marek Szuba gentoo org> AuthorDate: Wed Mar 25 16:39:32 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Wed Mar 25 16:55:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9695c9af dev-python/pyicu: remove redundant test dependency pytest already pulls in dev-python/six. Signed-off-by: Marek Szuba gentoo.org> dev-python/pyicu/pyicu-2.4.2.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-python/pyicu/pyicu-2.4.2.ebuild b/dev-python/pyicu/pyicu-2.4.2.ebuild index c40e9a72d0c..330fe964470 100644 --- a/dev-python/pyicu/pyicu-2.4.2.ebuild +++ b/dev-python/pyicu/pyicu-2.4.2.ebuild @@ -21,10 +21,6 @@ KEYWORDS="amd64 x86" RDEPEND="${PYTHON_DEPS} dev-libs/icu:=" DEPEND="${RDEPEND}" -BDEPEND="test? ( - ${RDEPEND} - dev-python/six - )" PATCHES=( "${FILESDIR}"/${PN}-2.4.2-testLocaleMatcher_pytest_old_icu.patch