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 93F401382C5 for ; Fri, 5 Jun 2020 22:43:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99618E089A; Fri, 5 Jun 2020 22:43:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 84DF8E089A for ; Fri, 5 Jun 2020 22:43:04 +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 7E97834F2DF for ; Fri, 5 Jun 2020 22:43:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 093C1232 for ; Fri, 5 Jun 2020 22:43:01 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1591396926.491315a9b40144e19e9db400344b79ddc2cd8fb4.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tappy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tappy/tappy-3.0.ebuild X-VCS-Directories: dev-python/tappy/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 491315a9b40144e19e9db400344b79ddc2cd8fb4 X-VCS-Branch: master Date: Fri, 5 Jun 2020 22:43:01 +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: d4c87023-6d40-428b-981a-ad9fdaf232f0 X-Archives-Hash: 3690bda095c5ac99ef64bdb92b81f7af commit: 491315a9b40144e19e9db400344b79ddc2cd8fb4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jun 5 16:26:02 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jun 5 22:42:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=491315a9 dev-python/tappy: Drop empty python_gen_cond_dep from DEPEND Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/tappy/tappy-3.0.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-python/tappy/tappy-3.0.ebuild b/dev-python/tappy/tappy-3.0.ebuild index 8143c4ab1f2..1a1da4ee5fe 100644 --- a/dev-python/tappy/tappy-3.0.ebuild +++ b/dev-python/tappy/tappy-3.0.ebuild @@ -23,13 +23,11 @@ RDEPEND=" dev-python/more-itertools[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] )" -DEPEND="dev-python/Babel[${PYTHON_USEDEP}] +DEPEND=" + dev-python/Babel[${PYTHON_USEDEP}] test? ( dev-python/more-itertools[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - dev-python/mock[${PYTHON_USEDEP}] - ' -2) )" distutils_enable_tests unittest