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 9A36E158013 for ; Sun, 10 Dec 2023 16:12:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 811752BC023; Sun, 10 Dec 2023 16:12:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 5E1E92BC024 for ; Sun, 10 Dec 2023 16:12:22 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7045333EDD8 for ; Sun, 10 Dec 2023 16:12:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAE8D14AB for ; Sun, 10 Dec 2023 16:12:19 +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: <1702224735.abd7f77bc9bc23d979d881869b219cb4adb97635.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pandas/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pandas/pandas-2.1.4.ebuild X-VCS-Directories: dev-python/pandas/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: abd7f77bc9bc23d979d881869b219cb4adb97635 X-VCS-Branch: master Date: Sun, 10 Dec 2023 16:12:19 +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: 97d679e1-205b-4d0c-b448-c2e5e7df4134 X-Archives-Hash: 2af652ec9948f7e119a8847294a6a9e3 commit: abd7f77bc9bc23d979d881869b219cb4adb97635 Author: Michał Górny gentoo org> AuthorDate: Sun Dec 10 15:45:17 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Dec 10 16:12:15 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abd7f77b dev-python/pandas: Remove optional test dep on psycopg:2 Postgres support is handled via dev-python/sqlalchemy anyway, and it supports the more modern dev-python/psycopg:0. dev-python/psycopg:2 is used only for one optional test. Signed-off-by: Michał Górny gentoo.org> dev-python/pandas/pandas-2.1.4.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/pandas/pandas-2.1.4.ebuild b/dev-python/pandas/pandas-2.1.4.ebuild index f4a73c081111..ece487f69df4 100644 --- a/dev-python/pandas/pandas-2.1.4.ebuild +++ b/dev-python/pandas/pandas-2.1.4.ebuild @@ -84,7 +84,6 @@ BDEPEND=" >=dev-python/hypothesis-6.46.1[${PYTHON_USEDEP}] >=dev-python/openpyxl-3.0.10[${PYTHON_USEDEP}] >=dev-python/pymysql-1.0.2[${PYTHON_USEDEP}] - >=dev-python/psycopg-2.9.3:2[${PYTHON_USEDEP}] >=dev-python/xlsxwriter-3.0.3[${PYTHON_USEDEP}] x11-misc/xclip x11-misc/xsel