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 0C2E3158020 for ; Wed, 16 Nov 2022 15:09:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05CF3E08CD; Wed, 16 Nov 2022 15:09:47 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 DF63FE08CE for ; Wed, 16 Nov 2022 15:09:46 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F122F340DCD for ; Wed, 16 Nov 2022 15:09:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E7F073C for ; Wed, 16 Nov 2022 15:09:44 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1668609888.d2226db0e507100d804e3bb13f826593f3d6fb75.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pg8000/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pg8000/pg8000-1.29.2.ebuild X-VCS-Directories: dev-python/pg8000/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: d2226db0e507100d804e3bb13f826593f3d6fb75 X-VCS-Branch: dev Date: Wed, 16 Nov 2022 15:09: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: 8a7911ca-cb9d-471c-88dd-4e37a60e3826 X-Archives-Hash: 057dad37799fdc8bbcef65eba46703e2 commit: d2226db0e507100d804e3bb13f826593f3d6fb75 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Wed Nov 16 14:44:48 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Wed Nov 16 14:44:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d2226db0 dev-python/pg8000: require xml support Closes: https://bugs.gentoo.org/880017 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/pg8000/pg8000-1.29.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pg8000/pg8000-1.29.2.ebuild b/dev-python/pg8000/pg8000-1.29.2.ebuild index 131b4cd09..cc802b77b 100644 --- a/dev-python/pg8000/pg8000-1.29.2.ebuild +++ b/dev-python/pg8000/pg8000-1.29.2.ebuild @@ -25,7 +25,7 @@ RDEPEND=" BDEPEND=" test? ( $(python_gen_impl_dep "ssl") - $(epostgres --get-depend) + $(epostgres --get-depend "xml") dev-python/pytest-mock[${PYTHON_USEDEP}] dev-python/pytest-benchmark[${PYTHON_USEDEP}] dev-python/pytz[${PYTHON_USEDEP}]