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 3D0A215838C for ; Mon, 22 Jan 2024 17:52:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 537CBE2A97; Mon, 22 Jan 2024 17:52:37 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 36BB7E2A97 for ; Mon, 22 Jan 2024 17:52:37 +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 5033E3432A6 for ; Mon, 22 Jan 2024 17:52:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9719614C6 for ; Mon, 22 Jan 2024 17:52:33 +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: <1705945912.6f8dfb3b5ee85392b6eca0ef08bca0d615d0d061.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/mautrix/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/mautrix/mautrix-0.20.4-r1.ebuild X-VCS-Directories: dev-python/mautrix/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 6f8dfb3b5ee85392b6eca0ef08bca0d615d0d061 X-VCS-Branch: dev Date: Mon, 22 Jan 2024 17:52:33 +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: e9995c2d-f89d-4de7-91db-1f4d18fad15b X-Archives-Hash: 17635e6563f93a3b433a74242556b381 commit: 6f8dfb3b5ee85392b6eca0ef08bca0d615d0d061 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon Jan 22 17:45:42 2024 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Mon Jan 22 17:51:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6f8dfb3b dev-python/mautrix: sync with databases.eclass Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/mautrix/mautrix-0.20.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/mautrix/mautrix-0.20.4-r1.ebuild b/dev-python/mautrix/mautrix-0.20.4-r1.ebuild index 4dc824b277..0304110f15 100644 --- a/dev-python/mautrix/mautrix-0.20.4-r1.ebuild +++ b/dev-python/mautrix/mautrix-0.20.4-r1.ebuild @@ -36,11 +36,11 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" test? ( + ${DATABASES_DEPEND[postgres]} dev-python/aiosqlite[${PYTHON_USEDEP}] dev-python/asyncpg[${PYTHON_USEDEP}] dev-python/pytest-asyncio[${PYTHON_USEDEP}] dev-python/ruamel-yaml[${PYTHON_USEDEP}] - $(epostgres --get-depend) ) "