dev-python/blake3: Remove obsolete hack

Signed-off-by: Michał Górny <mgorny@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/41473
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny 2025-04-06 10:40:03 +02:00
parent c627cb4fb3
commit 5be5de9988
No known key found for this signature in database
GPG Key ID: 639ADAE2329E240E

View File

@ -116,7 +116,6 @@ 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