commit:     b00c254e56e170ad1c5a841b6bfef70309f08872
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  8 08:18:27 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct  8 08:19:00 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b00c254e

dev-python/pydantic: Add missing BDEP on maturin

Reported by arkamar, thanks!

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pydantic/pydantic-2.12.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/pydantic/pydantic-2.12.0.ebuild 
b/dev-python/pydantic/pydantic-2.12.0.ebuild
index acb7b568ef90..34043ba3cc37 100644
--- a/dev-python/pydantic/pydantic-2.12.0.ebuild
+++ b/dev-python/pydantic/pydantic-2.12.0.ebuild
@@ -145,6 +145,7 @@ RDEPEND="
 "
 BDEPEND="
        >=dev-python/hatch-fancy-pypi-readme-22.5.0[${PYTHON_USEDEP}]
+       dev-util/maturin[${PYTHON_USEDEP}]
        test? (
                $(python_gen_cond_dep '
                        dev-python/cloudpickle[${PYTHON_USEDEP}]

Reply via email to