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 82AB215808D for ; Fri, 22 Apr 2022 07:09:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BDBE9E0961; Fri, 22 Apr 2022 07:09:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 61BAEE0961 for ; Fri, 22 Apr 2022 07:09:03 +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 003E0341E52 for ; Fri, 22 Apr 2022 07:09:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9136B3BB for ; Fri, 22 Apr 2022 07:09:00 +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: <1650611332.a8ac3c96c7bc384949e5a5062a9faaae6b20ac74.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools-rust/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/setuptools-rust/setuptools-rust-1.2.0.ebuild X-VCS-Directories: dev-python/setuptools-rust/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a8ac3c96c7bc384949e5a5062a9faaae6b20ac74 X-VCS-Branch: master Date: Fri, 22 Apr 2022 07:09:00 +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: 6e526d0b-ea8c-434f-9d4e-576af2592fa6 X-Archives-Hash: b3bcc10c98e2ef7315b9dbbc01ce58e7 commit: a8ac3c96c7bc384949e5a5062a9faaae6b20ac74 Author: Michał Górny gentoo org> AuthorDate: Fri Apr 22 06:57:20 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Apr 22 07:08:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8ac3c96 dev-python/setuptools-rust: Add dev-python/cffi test dep Closes: https://bugs.gentoo.org/839999 Signed-off-by: Michał Górny gentoo.org> dev-python/setuptools-rust/setuptools-rust-1.2.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/setuptools-rust/setuptools-rust-1.2.0.ebuild b/dev-python/setuptools-rust/setuptools-rust-1.2.0.ebuild index 9c819107189c..6651fb134552 100644 --- a/dev-python/setuptools-rust/setuptools-rust-1.2.0.ebuild +++ b/dev-python/setuptools-rust/setuptools-rust-1.2.0.ebuild @@ -110,9 +110,12 @@ BDEPEND=" >=dev-python/setuptools_scm-6.3.2[${PYTHON_USEDEP}] test? ( ${RDEPEND} - dev-python/pytest[${PYTHON_USEDEP}] dev-python/beautifulsoup4[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/cffi[${PYTHON_USEDEP}] + ' 'python*') dev-python/lxml[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] ) "