From 5bceb8aeeb854da5fc5809e56359eb6e515a06c9 Mon Sep 17 00:00:00 2001 From: ptrcnull Date: Thu, 28 Mar 2024 02:03:06 +0100 Subject: [PATCH] community/py3-mergedeep: build with vendored distutils --- community/py3-mergedeep/APKBUILD | 2 -- 1 file changed, 2 deletions(-) diff --git a/community/py3-mergedeep/APKBUILD b/community/py3-mergedeep/APKBUILD index e9982693f03..779a9bacb46 100644 --- a/community/py3-mergedeep/APKBUILD +++ b/community/py3-mergedeep/APKBUILD @@ -15,12 +15,10 @@ builddir="$srcdir/mergedeep-$pkgver" options="!check" # No tests. build() { - export SETUPTOOLS_USE_DISTUTILS=stdlib python3 setup.py build } package() { - export SETUPTOOLS_USE_DISTUTILS=stdlib python3 setup.py install --skip-build --root="$pkgdir" }