From 2e81edefebeb1bd74298b2c7f78a4cf060cc65f8 Mon Sep 17 00:00:00 2001 From: Tasos Sahanidis Date: Sun, 5 May 2024 04:54:33 +0300 Subject: extra/python-setuptools: Restore tests and disable one patch --- extra/python-setuptools/PKGBUILD | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/extra/python-setuptools/PKGBUILD b/extra/python-setuptools/PKGBUILD index 0dff2768..3b048d6c 100644 --- a/extra/python-setuptools/PKGBUILD +++ b/extra/python-setuptools/PKGBUILD @@ -28,7 +28,13 @@ eval "$( declare -f package | \ sed -r 's/cd setuptools;?$/cd setuptools-$pkgver/' )" +eval "$( + declare -f check | \ + sed -r 's/cd setuptools;?$/cd setuptools-$pkgver/' +)" -# Don't bother with the tests. -unset check -unset checkdepends +# Skip the last patch as it doesn't apply +eval "$( + declare -f prepare | \ + sed '/add-dependency.patch/d' +)" -- cgit v1.2.3-54-g00ecf