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 25489158043 for ; Sun, 14 Apr 2024 17:22:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F8B6E29B5; Sun, 14 Apr 2024 17:22:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 371A9E29B5 for ; Sun, 14 Apr 2024 17:22:50 +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 51BB7343398 for ; Sun, 14 Apr 2024 17:22:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8978C1620 for ; Sun, 14 Apr 2024 17:22:47 +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: <1713115326.e87778a0f2f4f835acbeef0863ebdbbe8a1566b5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/pyzor/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-filter/pyzor/pyzor-1.0.0_p20211223.ebuild X-VCS-Directories: mail-filter/pyzor/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e87778a0f2f4f835acbeef0863ebdbbe8a1566b5 X-VCS-Branch: master Date: Sun, 14 Apr 2024 17:22:47 +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: fd6b63ff-824f-4edc-b96a-f128473df759 X-Archives-Hash: e78436cd2b34ed405be0e6f58d8b7b16 commit: e87778a0f2f4f835acbeef0863ebdbbe8a1566b5 Author: Michał Górny gentoo org> AuthorDate: Sun Apr 14 17:22:06 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Apr 14 17:22:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e87778a0 mail-filter/pyzor: Add missing dep on dev-python/pytest Closes: https://bugs.gentoo.org/930019 Signed-off-by: Michał Górny gentoo.org> mail-filter/pyzor/pyzor-1.0.0_p20211223.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mail-filter/pyzor/pyzor-1.0.0_p20211223.ebuild b/mail-filter/pyzor/pyzor-1.0.0_p20211223.ebuild index b566d42dd97e..15fdf34856fb 100644 --- a/mail-filter/pyzor/pyzor-1.0.0_p20211223.ebuild +++ b/mail-filter/pyzor/pyzor-1.0.0_p20211223.ebuild @@ -28,9 +28,10 @@ RDEPEND=" ) selinux? ( sec-policy/selinux-pyzor ) " -DEPEND=" +BDEPEND=" test? ( $(python_gen_impl_dep 'gdbm') + dev-python/pytest[${PYTHON_USEDEP}] dev-python/redis[${PYTHON_USEDEP}] ) "