index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-05-05 03:17:30 +0300 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-05-05 03:17:30 +0300 |
commit | 867f781c9921a36c6e6a189c4c6317b83128de10 (patch) | |
tree | 70ca94d120c432cb09d4984d3779d9be0dbb0a69 /extra | |
parent | c72d264e9b36ca7d6ce48dbdeed35e671c73336a (diff) |
-rw-r--r-- | extra/python-setuptools/PKGBUILD | 6 |
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 |