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 6D93C1581D3 for ; Tue, 14 May 2024 16:16:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C19BE2A0C; Tue, 14 May 2024 16:16:46 +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 53811E2A0D for ; Tue, 14 May 2024 16:16: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 9A2A4340775 for ; Tue, 14 May 2024 16:16:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA8BC1ACC for ; Tue, 14 May 2024 16:16:42 +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: <1715703370.820e981b7490957b0197221c32904dfecd0d3998.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flit_scm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flit_scm/flit_scm-1.7.0.ebuild X-VCS-Directories: dev-python/flit_scm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 820e981b7490957b0197221c32904dfecd0d3998 X-VCS-Branch: master Date: Tue, 14 May 2024 16:16:42 +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: 10364e72-89f6-4332-a13d-4cb0694bb8e3 X-Archives-Hash: 81dfc385be37836aa9d28346337e9597 commit: 820e981b7490957b0197221c32904dfecd0d3998 Author: Michał Górny gentoo org> AuthorDate: Tue May 14 16:16:10 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 14 16:16:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=820e981b dev-python/flit_scm: Add BDEPEND Signed-off-by: Michał Górny gentoo.org> dev-python/flit_scm/flit_scm-1.7.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/flit_scm/flit_scm-1.7.0.ebuild b/dev-python/flit_scm/flit_scm-1.7.0.ebuild index 4b0c38bd4a58..7f035aefd8be 100644 --- a/dev-python/flit_scm/flit_scm-1.7.0.ebuild +++ b/dev-python/flit_scm/flit_scm-1.7.0.ebuild @@ -29,6 +29,9 @@ RDEPEND=" >=dev-python/tomli-2[${PYTHON_USEDEP}] ' 3.8 3.9 3.10 ) " +BDEPEND=" + ${RDEPEND} +" src_prepare() { # unpin deps