Signed-off-by: Michał Górny <mgo...@gentoo.org> --- dev-python/sqlglot/sqlglot-26.12.1.ebuild | 1 - 1 file changed, 1 deletion(-)
diff --git a/dev-python/sqlglot/sqlglot-26.12.1.ebuild b/dev-python/sqlglot/sqlglot-26.12.1.ebuild index dfb5ad04a049..e6c62a001c9e 100644 --- a/dev-python/sqlglot/sqlglot-26.12.1.ebuild +++ b/dev-python/sqlglot/sqlglot-26.12.1.ebuild @@ -62,7 +62,6 @@ 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