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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0094A15808B for ; Sun, 13 Feb 2022 16:02:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8112E08D3; Sun, 13 Feb 2022 16:02:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C6FFBE08BF for ; Sun, 13 Feb 2022 16:02:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 98F983433B8 for ; Sun, 13 Feb 2022 16:02:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 254DB2D8 for ; Sun, 13 Feb 2022 16:02:17 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1644768126.77591d3f03a43560da6653b45bd5c744eab1fb73.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: app-office/visidata/ X-VCS-Repository: proj/sci X-VCS-Files: app-office/visidata/visidata-2.8.ebuild X-VCS-Directories: app-office/visidata/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 77591d3f03a43560da6653b45bd5c744eab1fb73 X-VCS-Branch: master Date: Sun, 13 Feb 2022 16:02:17 +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: e85e54db-2589-4c33-a7b0-452019ff52c6 X-Archives-Hash: 2e4e8be5b02cbc69a2c1931545dd8675 commit: 77591d3f03a43560da6653b45bd5c744eab1fb73 Author: Andrew Ammerlaan gentoo org> AuthorDate: Sun Feb 13 16:02:06 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sun Feb 13 16:02:06 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=77591d3f app-office/visidata: add missing test dependency Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> app-office/visidata/visidata-2.8.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-office/visidata/visidata-2.8.ebuild b/app-office/visidata/visidata-2.8.ebuild index 4fe822aa8..bb35b1c03 100644 --- a/app-office/visidata/visidata-2.8.ebuild +++ b/app-office/visidata/visidata-2.8.ebuild @@ -20,6 +20,7 @@ RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]" BDEPEND=" test? ( dev-python/h5py[${PYTHON_USEDEP}] + dev-python/odfpy[${PYTHON_USEDEP}] dev-python/openpyxl[${PYTHON_USEDEP}] dev-python/pandas[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}]