From 39638f8cc1b2dc788255b032f27dff61ba0a2cbb Mon Sep 17 00:00:00 2001 From: ptrcnull Date: Thu, 28 Mar 2024 02:03:07 +0100 Subject: [PATCH] testing/py3-diskcache: build with vendored distutils --- testing/py3-diskcache/APKBUILD | 2 -- 1 file changed, 2 deletions(-) diff --git a/testing/py3-diskcache/APKBUILD b/testing/py3-diskcache/APKBUILD index c014d546a14..b830a3a3073 100644 --- a/testing/py3-diskcache/APKBUILD +++ b/testing/py3-diskcache/APKBUILD @@ -19,7 +19,6 @@ replaces="py-diskcache" # Backwards compatibility provides="py-diskcache=$pkgver-r$pkgrel" # Backwards compatibility build() { - export SETUPTOOLS_USE_DISTUTILS=stdlib python3 setup.py build } @@ -28,7 +27,6 @@ check() { } package() { - export SETUPTOOLS_USE_DISTUTILS=stdlib python3 setup.py install --skip-build --root="$pkgdir" }