From 7b5bbfdd6dc397203a12708c2e27f9c613e43bca Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Thu, 24 Apr 2025 22:41:50 +0200 Subject: [PATCH] sci-ml/pysentencepiece: set DISTUTILS_EXT=1 Closes: https://bugs.gentoo.org/954310 Signed-off-by: Alfredo Tupone --- sci-ml/pysentencepiece/pysentencepiece-0.2.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-ml/pysentencepiece/pysentencepiece-0.2.0.ebuild b/sci-ml/pysentencepiece/pysentencepiece-0.2.0.ebuild index 39d0f7889fcc8..f14d4ada1bbda 100644 --- a/sci-ml/pysentencepiece/pysentencepiece-0.2.0.ebuild +++ b/sci-ml/pysentencepiece/pysentencepiece-0.2.0.ebuild @@ -4,6 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools +DISTUTILS_EXT=1 PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1