dev-python/sqlglot: Override DISTUTILS_UPSTREAM_PEP517 as well

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-04-06 10:29:50 +02:00
parent bab885e66e
commit fb42196fc6

View File

@@ -62,6 +62,7 @@ python_compile() {
if use native-extensions; then
local DISTUTILS_USE_PEP517=maturin
local DISTUTILS_UPSTREAM_PEP517=maturin
cd sqlglotrs || die
distutils-r1_python_compile
cd - >/dev/null || die