commit: 0111eb3b5dea5c81f6c9aff09ccc0051a172593d
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 18 07:33:08 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Jun 18 09:25:47 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0111eb3b
dev-util/maturin: add pypy3 to tomli
Only optional with 3.11+. Skip revbump given bumps are frequent,
no pypy3 rdeps yet, and is pulled by other dependencies.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
dev-util/maturin/maturin-0.12.20.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/maturin/maturin-0.12.20.ebuild
b/dev-util/maturin/maturin-0.12.20.ebuild
index 220a3fe60583..ac928db1ea5b 100644
--- a/dev-util/maturin/maturin-0.12.20.ebuild
+++ b/dev-util/maturin/maturin-0.12.20.ebuild
@@ -348,7 +348,7 @@ RESTRICT="!test? ( test )"
RDEPEND="
$(python_gen_cond_dep '
dev-python/tomli[${PYTHON_USEDEP}]
- ' 3.{8..10})"
+ ' 3.{8..10} pypy3)"
BDEPEND="
dev-python/setuptools-rust[${PYTHON_USEDEP}]
doc? ( app-text/mdbook )