From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CE839158287 for ; Mon, 12 May 2025 10:29:51 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id BBA073433FC for ; Mon, 12 May 2025 10:29:51 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6ABEE1103C0; Mon, 12 May 2025 10:29:45 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 641391103C0 for ; Mon, 12 May 2025 10:29:45 +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 1C2A73433F2 for ; Mon, 12 May 2025 10:29:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7783927E6 for ; Mon, 12 May 2025 10:29:43 +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: <1747045771.5b62fe7414909a82c521ba3ca32e157f7fe91bbc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/psycopg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/psycopg/psycopg-3.2.8.ebuild X-VCS-Directories: dev-python/psycopg/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5b62fe7414909a82c521ba3ca32e157f7fe91bbc X-VCS-Branch: master Date: Mon, 12 May 2025 10:29:43 +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: fee1e791-8c72-4851-8453-949bdaf7041c X-Archives-Hash: d4552a614a910db795237e11d8adb103 commit: 5b62fe7414909a82c521ba3ca32e157f7fe91bbc Author: Michał Górny gentoo org> AuthorDate: Mon May 12 10:18:53 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 12 10:29:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b62fe74 dev-python/psycopg: Remove stale python_gen_cond_dep Signed-off-by: Michał Górny gentoo.org> dev-python/psycopg/psycopg-3.2.8.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-python/psycopg/psycopg-3.2.8.ebuild b/dev-python/psycopg/psycopg-3.2.8.ebuild index 011b4f7717fe..07300dd1afec 100644 --- a/dev-python/psycopg/psycopg-3.2.8.ebuild +++ b/dev-python/psycopg/psycopg-3.2.8.ebuild @@ -40,9 +40,6 @@ RDEPEND=" BDEPEND=" native-extensions? ( dev-python/cython[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - dev-python/tomli[${PYTHON_USEDEP}] - ' 3.10) ) test? ( >=dev-db/postgresql-8.1[server]