From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1681377-garchives=archives.gentoo.org@lists.gentoo.org> 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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 03AEE158042 for <garchives@archives.gentoo.org>; Fri, 18 Oct 2024 14:19:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E7F4E080E; Fri, 18 Oct 2024 14:19:33 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 00EF8E080E for <gentoo-commits@lists.gentoo.org>; Fri, 18 Oct 2024 14:19:32 +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 00C42342F8D for <gentoo-commits@lists.gentoo.org>; Fri, 18 Oct 2024 14:19:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62BDEAE7 for <gentoo-commits@lists.gentoo.org>; Fri, 18 Oct 2024 14:19:30 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> 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" <mgorny@gentoo.org> Message-ID: <1729261167.f0dadafe60ffacd76d2fe73a04fe0f5df8ef0ec5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/synapse/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/synapse/synapse-1.113.0.ebuild net-im/synapse/synapse-1.114.0.ebuild net-im/synapse/synapse-1.115.0-r1.ebuild net-im/synapse/synapse-1.116.0.ebuild X-VCS-Directories: net-im/synapse/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f0dadafe60ffacd76d2fe73a04fe0f5df8ef0ec5 X-VCS-Branch: master Date: Fri, 18 Oct 2024 14:19:30 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a819115d-5650-4bf4-97aa-b3b478405e1c X-Archives-Hash: a2b34c99017353585a1ec96f1ad19abb commit: f0dadafe60ffacd76d2fe73a04fe0f5df8ef0ec5 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Oct 18 14:09:53 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Oct 18 14:19:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0dadafe net-im/synapse: Add missing test dependencies Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> net-im/synapse/synapse-1.113.0.ebuild | 1 + net-im/synapse/synapse-1.114.0.ebuild | 1 + net-im/synapse/synapse-1.115.0-r1.ebuild | 1 + net-im/synapse/synapse-1.116.0.ebuild | 1 + 4 files changed, 4 insertions(+) diff --git a/net-im/synapse/synapse-1.113.0.ebuild b/net-im/synapse/synapse-1.113.0.ebuild index 77417c0b9cd7..b61fef3a610b 100644 --- a/net-im/synapse/synapse-1.113.0.ebuild +++ b/net-im/synapse/synapse-1.113.0.ebuild @@ -165,6 +165,7 @@ RDEPEND=" BDEPEND=" dev-python/setuptools-rust[${PYTHON_USEDEP}] test? ( + ${RDEPEND} dev-python/hiredis[${PYTHON_USEDEP}] dev-python/idna[${PYTHON_USEDEP}] dev-python/parameterized[${PYTHON_USEDEP}] diff --git a/net-im/synapse/synapse-1.114.0.ebuild b/net-im/synapse/synapse-1.114.0.ebuild index 2891345b5474..843d62b9b1c8 100644 --- a/net-im/synapse/synapse-1.114.0.ebuild +++ b/net-im/synapse/synapse-1.114.0.ebuild @@ -165,6 +165,7 @@ RDEPEND=" BDEPEND=" dev-python/setuptools-rust[${PYTHON_USEDEP}] test? ( + ${RDEPEND} dev-python/hiredis[${PYTHON_USEDEP}] dev-python/idna[${PYTHON_USEDEP}] dev-python/parameterized[${PYTHON_USEDEP}] diff --git a/net-im/synapse/synapse-1.115.0-r1.ebuild b/net-im/synapse/synapse-1.115.0-r1.ebuild index fa9b1d7b51fa..d728a8b1b4a3 100644 --- a/net-im/synapse/synapse-1.115.0-r1.ebuild +++ b/net-im/synapse/synapse-1.115.0-r1.ebuild @@ -168,6 +168,7 @@ RDEPEND=" BDEPEND=" dev-python/setuptools-rust[${PYTHON_USEDEP}] test? ( + ${RDEPEND} dev-python/hiredis[${PYTHON_USEDEP}] dev-python/idna[${PYTHON_USEDEP}] dev-python/parameterized[${PYTHON_USEDEP}] diff --git a/net-im/synapse/synapse-1.116.0.ebuild b/net-im/synapse/synapse-1.116.0.ebuild index cbc2cfa04766..e583bcd7d8d6 100644 --- a/net-im/synapse/synapse-1.116.0.ebuild +++ b/net-im/synapse/synapse-1.116.0.ebuild @@ -165,6 +165,7 @@ RDEPEND=" BDEPEND=" dev-python/setuptools-rust[${PYTHON_USEDEP}] test? ( + ${RDEPEND} dev-python/hiredis[${PYTHON_USEDEP}] dev-python/idna[${PYTHON_USEDEP}] dev-python/parameterized[${PYTHON_USEDEP}]