commit: fb42196fc652d99b022b5152ecfd0fc1460410bd
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 6 08:29:50 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 6 08:31:50 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb42196f
dev-python/sqlglot: Override DISTUTILS_UPSTREAM_PEP517 as well
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/sqlglot/sqlglot-26.12.1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/sqlglot/sqlglot-26.12.1.ebuild
b/dev-python/sqlglot/sqlglot-26.12.1.ebuild
index e6c62a001c9e..dfb5ad04a049 100644
--- a/dev-python/sqlglot/sqlglot-26.12.1.ebuild
+++ b/dev-python/sqlglot/sqlglot-26.12.1.ebuild
@@ -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