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 4605E138359 for ; Tue, 22 Sep 2020 16:27:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54890E0848; Tue, 22 Sep 2020 16:27:09 +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 3CDBEE0848 for ; Tue, 22 Sep 2020 16:27:09 +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 06D96340E9A for ; Tue, 22 Sep 2020 16:27:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4A8A365 for ; Tue, 22 Sep 2020 16:27:06 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1600792007.99e2d0a7b15a8f19056427cb59e29d1878f1946e.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/PeakUtils/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/PeakUtils/PeakUtils-1.3.3.ebuild X-VCS-Directories: dev-python/PeakUtils/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 99e2d0a7b15a8f19056427cb59e29d1878f1946e X-VCS-Branch: master Date: Tue, 22 Sep 2020 16:27:06 +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: f9229406-3ff1-4ed8-bb41-48a1e0319107 X-Archives-Hash: a2cddece673fc87790f1c993a2ccfa2f commit: 99e2d0a7b15a8f19056427cb59e29d1878f1946e Author: Aisha Tammy aisha cc> AuthorDate: Tue Sep 22 16:26:47 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Tue Sep 22 16:26:47 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=99e2d0a7 dev-python/PeakUtils: fix tests by adding pandas Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> dev-python/PeakUtils/PeakUtils-1.3.3.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-python/PeakUtils/PeakUtils-1.3.3.ebuild b/dev-python/PeakUtils/PeakUtils-1.3.3.ebuild index 39d4ef096..24bec2a31 100644 --- a/dev-python/PeakUtils/PeakUtils-1.3.3.ebuild +++ b/dev-python/PeakUtils/PeakUtils-1.3.3.ebuild @@ -19,5 +19,10 @@ RDEPEND=" sci-libs/scipy[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}" +BDEPEND=" + test? ( + dev-python/pandas + ) +" distutils_enable_tests pytest