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 414D6158091 for ; Mon, 20 Jun 2022 07:42:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4BE5E0CB9; Mon, 20 Jun 2022 07:42:10 +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 B32F6E0CB6 for ; Mon, 20 Jun 2022 07:42:10 +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 A6DBC3417EB for ; Mon, 20 Jun 2022 07:42:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6351523 for ; Mon, 20 Jun 2022 07:42:06 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1655689790.08c5a020cfa75f6a298cd5edeed5af661b0ed6c1.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 08c5a020cfa75f6a298cd5edeed5af661b0ed6c1 X-VCS-Branch: master Date: Mon, 20 Jun 2022 07:42:06 +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: 629c5f3d-fc34-45f6-ad84-ff9ae2d6b8d9 X-Archives-Hash: 299de66e1c551b942f2530828990410f commit: 08c5a020cfa75f6a298cd5edeed5af661b0ed6c1 Author: James Beddek posteo de> AuthorDate: Mon Jun 20 01:49:50 2022 +0000 Commit: Florian Schmaus gentoo org> 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}] )"