commit:     abd7f77bc9bc23d979d881869b219cb4adb97635
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 10 15:45:17 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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

Reply via email to