dev-python/blake3: Override DISTUTILS_UPSTREAM_PEP517 as well

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-04-06 10:29:01 +02:00
parent 92786f990e
commit bab885e66e

View File

@@ -116,6 +116,7 @@ src_prepare() {
python_compile() {
local DISTUTILS_USE_PEP517=$(usex rust maturin setuptools)
local DISTUTILS_UPSTREAM_PEP517=${DISTUTILS_USE_PEP517}
if ! use rust; then
cd c_impl || die