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 CF8461382C5 for ; Sun, 14 Jun 2020 19:18:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FC4AE0A52; Sun, 14 Jun 2020 19:18:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 07C12E0A52 for ; Sun, 14 Jun 2020 19:18:46 +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 B913D34EDD9 for ; Sun, 14 Jun 2020 19:18:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C7D624C for ; Sun, 14 Jun 2020 19:18:44 +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: <1592162308.4df3b9788fe77a5e9cb2ba60a5545d06fda5df63.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-2.4-r1.ebuild X-VCS-Directories: dev-python/networkx/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4df3b9788fe77a5e9cb2ba60a5545d06fda5df63 X-VCS-Branch: master Date: Sun, 14 Jun 2020 19:18:44 +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: 010cbd4f-11aa-4da8-a75e-1776e51ee287 X-Archives-Hash: 9ec6f9cdd4c7c47b0bef8548cc6b333a commit: 4df3b9788fe77a5e9cb2ba60a5545d06fda5df63 Author: Michał Górny gentoo org> AuthorDate: Sun Jun 14 19:18:28 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jun 14 19:18:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4df3b978 dev-python/networkx: Unrestrict pandas dep Signed-off-by: Michał Górny gentoo.org> dev-python/networkx/networkx-2.4-r1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/networkx/networkx-2.4-r1.ebuild b/dev-python/networkx/networkx-2.4-r1.ebuild index 91f13cda62d..988703d3877 100644 --- a/dev-python/networkx/networkx-2.4-r1.ebuild +++ b/dev-python/networkx/networkx-2.4-r1.ebuild @@ -27,9 +27,7 @@ RDEPEND=" ' python3_{6,7,8}) ) pandas? ( - $(python_gen_cond_dep ' - >=dev-python/pandas-0.23.3[${PYTHON_USEDEP}] - ' python3_{6,7,8}) + >=dev-python/pandas-0.23.3[${PYTHON_USEDEP}] ) scipy? ( >=sci-libs/scipy-1.1.0[${PYTHON_USEDEP}] ) xml? ( >=dev-python/lxml-4.2.3[${PYTHON_USEDEP}] )