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 03E49158091 for ; Mon, 20 Jun 2022 01:52:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47D40E0C78; Mon, 20 Jun 2022 01:52:33 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2EBA5E0C78 for ; Mon, 20 Jun 2022 01:52:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8E3A0341771 for ; Mon, 20 Jun 2022 01:52:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46C4B480 for ; Mon, 20 Jun 2022 01:52:30 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1655689790.08c5a020cfa75f6a298cd5edeed5af661b0ed6c1.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/libcst/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/libcst/libcst-0.4.3_p20220607.ebuild X-VCS-Directories: dev-python/libcst/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: 08c5a020cfa75f6a298cd5edeed5af661b0ed6c1 X-VCS-Branch: dev Date: Mon, 20 Jun 2022 01:52:30 +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: 2a420a96-a3c3-469c-a929-45d5fa547f5d X-Archives-Hash: 2192550e27d07992af45b6af1b30ab73 commit: 08c5a020cfa75f6a298cd5edeed5af661b0ed6c1 Author: James Beddek posteo de> AuthorDate: Mon Jun 20 01:49:50 2022 +0000 Commit: Theo Anderson posteo de> CommitDate: Mon Jun 20 01:49:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=08c5a020 dev-python/libcst: fix missing dep on setuptools_rust Closes: https://bugs.gentoo.org/850700 Signed-off-by: James Beddek posteo.de> dev-python/libcst/libcst-0.4.3_p20220607.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/libcst/libcst-0.4.3_p20220607.ebuild b/dev-python/libcst/libcst-0.4.3_p20220607.ebuild index 7dc7f5282..a5eb91b6c 100644 --- a/dev-python/libcst/libcst-0.4.3_p20220607.ebuild +++ b/dev-python/libcst/libcst-0.4.3_p20220607.ebuild @@ -130,6 +130,7 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-python/pyyaml-5.2[${PYTHON_USEDEP}] + >=dev-python/setuptools-rust-0.12.1[${PYTHON_USEDEP}] >=dev-python/typing-extensions-3.7.4.2[${PYTHON_USEDEP}] >=dev-python/typing_inspect-0.4.0[${PYTHON_USEDEP}] " @@ -140,7 +141,6 @@ DEPEND=" >=dev-python/hypothesis-4.36.0[${PYTHON_USEDEP}] >=dev-python/hypothesmith-0.0.4[${PYTHON_USEDEP}] >=dev-python/prompt_toolkit-2.0.9[${PYTHON_USEDEP}] - >=dev-python/setuptools-rust-0.12.1[${PYTHON_USEDEP}] ) " BDEPEND="test? ( dev-python/ufmt[${PYTHON_USEDEP}] )"