dev-python/mypy: mypyc requires sqlite support

Closes: https://bugs.gentoo.org/972485
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-04-10 19:36:21 +02:00
parent 3e2b62e134
commit 449d7d9d3c

View File

@@ -6,6 +6,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..14} )
PYTHON_REQ_USE="sqlite"
inherit distutils-r1 optfeature