mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-python/blake3: Override DISTUTILS_UPSTREAM_PEP517 as well
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user