diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-12-10 16:45:17 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-12-10 17:12:15 +0100 |
commit | abd7f77bc9bc23d979d881869b219cb4adb97635 (patch) | |
tree | 79f639e595aa1fb25e3b1d654c1b94da939ff3ff /dev-python | |
parent | dev-python/django: Fix dev-python/psycopg optional dep in 4.2.8+ (diff) | |
download | gentoo-abd7f77bc9bc23d979d881869b219cb4adb97635.tar.gz gentoo-abd7f77bc9bc23d979d881869b219cb4adb97635.tar.bz2 gentoo-abd7f77bc9bc23d979d881869b219cb4adb97635.zip |
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@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pandas/pandas-2.1.4.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
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 |