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 3D26415849D for ; Wed, 22 May 2024 08:04:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 599C22BC035; Wed, 22 May 2024 08:04:03 +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 17E802BC031 for ; Wed, 22 May 2024 08:04:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7ECE3340775 for ; Wed, 22 May 2024 08:03:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC3181B3C for ; Wed, 22 May 2024 08:03:39 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1716365002.8cae36f2a5d162d263d3925d1e86dcddd6028f32.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/networkx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/networkx/networkx-3.3.ebuild X-VCS-Directories: dev-python/networkx/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8cae36f2a5d162d263d3925d1e86dcddd6028f32 X-VCS-Branch: master Date: Wed, 22 May 2024 08:03:39 +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: e7a21e82-7493-4ea0-85b0-9c470f11e735 X-Archives-Hash: 4c5f1ab97650cf2d1d19fa3924112437 commit: 8cae36f2a5d162d263d3925d1e86dcddd6028f32 Author: Michał Górny gentoo org> AuthorDate: Wed May 22 08:02:09 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 22 08:03:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cae36f2 dev-python/networkx: Remove pandas test-dep Closes: https://github.com/gentoo/gentoo/pull/36745 Signed-off-by: Michał Górny gentoo.org> dev-python/networkx/networkx-3.3.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-python/networkx/networkx-3.3.ebuild b/dev-python/networkx/networkx-3.3.ebuild index aff22e69248e..6e6ee8d6ee5a 100644 --- a/dev-python/networkx/networkx-3.3.ebuild +++ b/dev-python/networkx/networkx-3.3.ebuild @@ -27,9 +27,6 @@ BDEPEND=" $(python_gen_cond_dep ' >=dev-python/matplotlib-3.6[${PYTHON_USEDEP}] >=dev-python/numpy-1.23[${PYTHON_USEDEP}] - !ppc64? ( !sparc? ( - >=dev-python/pandas-1.4[${PYTHON_USEDEP}] - ) ) >=dev-python/scipy-1.11.2[${PYTHON_USEDEP}] ' "${PYTHON_FULLY_TESTED[@]}") )