commit: 08c5a020cfa75f6a298cd5edeed5af661b0ed6c1 Author: James Beddek <telans <AT> posteo <DOT> de> AuthorDate: Mon Jun 20 01:49:50 2022 +0000 Commit: Theo Anderson <telans <AT> posteo <DOT> 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 <telans <AT> 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}] )"
