Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-05-05 03:17:30 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-05-05 03:17:30 +0300
commit867f781c9921a36c6e6a189c4c6317b83128de10 (patch)
tree70ca94d120c432cb09d4984d3779d9be0dbb0a69
parentc72d264e9b36ca7d6ce48dbdeed35e671c73336a (diff)
extra/python-setuptools: Re-add patches
-rw-r--r--extra/python-setuptools/PKGBUILD6
1 files changed, 0 insertions, 6 deletions
diff --git a/extra/python-setuptools/PKGBUILD b/extra/python-setuptools/PKGBUILD
index 63552ad5..0dff2768 100644
--- a/extra/python-setuptools/PKGBUILD
+++ b/extra/python-setuptools/PKGBUILD
@@ -29,12 +29,6 @@ eval "$(
sed -r 's/cd setuptools;?$/cd setuptools-$pkgver/'
)"
-# Skip the last two patches.
-eval "$(
- declare -f prepare | \
- sed '/add-dependency.patch/d' | sed '/build-no-isolation.patch/d'
-)"
-
# Don't bother with the tests.
unset check
unset checkdepends