commit: 7b5bbfdd6dc397203a12708c2e27f9c613e43bca Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Thu Apr 24 20:41:50 2025 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Thu Apr 24 20:41:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b5bbfdd
sci-ml/pysentencepiece: set DISTUTILS_EXT=1 Closes: https://bugs.gentoo.org/954310 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> 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 39d0f7889fcc..f14d4ada1bbd 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
