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 F07001382C5 for ; Tue, 18 May 2021 21:27:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC5FEE01B5; Tue, 18 May 2021 21:27:44 +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 6B64FE01B5 for ; Tue, 18 May 2021 21:27:44 +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 A757E340C3E for ; Tue, 18 May 2021 21:27:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 138A478D for ; Tue, 18 May 2021 21:27:41 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1621373255.2adf914d3b1a64e75df178dc83da38aad59e8cbf.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygal/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pygal/pygal-2.4.0-r2.ebuild X-VCS-Directories: dev-python/pygal/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 2adf914d3b1a64e75df178dc83da38aad59e8cbf X-VCS-Branch: master Date: Tue, 18 May 2021 21:27:41 +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: 3253df2f-c2c4-4083-a162-1da9cc595bb5 X-Archives-Hash: dc564ab25f466adbe72657447421cd38 commit: 2adf914d3b1a64e75df178dc83da38aad59e8cbf Author: Andreas Zuber gmx ch> AuthorDate: Thu Apr 8 08:19:10 2021 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Tue May 18 21:27:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2adf914d dev-python/pygal: optimize dependencies Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andreas Zuber gmx.ch> Closes: https://github.com/gentoo/gentoo/pull/19969 Signed-off-by: Thomas Deutschmann gentoo.org> dev-python/pygal/pygal-2.4.0-r2.ebuild | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/dev-python/pygal/pygal-2.4.0-r2.ebuild b/dev-python/pygal/pygal-2.4.0-r2.ebuild index b886f7767a6..c67f4dee814 100644 --- a/dev-python/pygal/pygal-2.4.0-r2.ebuild +++ b/dev-python/pygal/pygal-2.4.0-r2.ebuild @@ -19,15 +19,10 @@ KEYWORDS="amd64 x86" RDEPEND=" dev-python/lxml[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] - media-gfx/cairosvg[${PYTHON_USEDEP}] -" + media-gfx/cairosvg[${PYTHON_USEDEP}]" + BDEPEND=" - test? ( - dev-python/pyquery[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - ) -" + test? ( dev-python/pyquery[${PYTHON_USEDEP}] )" PATCHES=( "${FILESDIR}/${PV}-fix-tests.patch" )