commit: c627cb4fb337413a3b28009c84c8f05c74cd88a3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 6 08:39:50 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr 15 14:19:40 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c627cb4f
dev-python/sqlglot: Remove obsolete hack
Signed-off-by: Michał Górny <mgorny <AT> 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