summaryrefslogtreecommitdiff
path: root/extra/python-setuptools/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/python-setuptools/PKGBUILD')
-rw-r--r--extra/python-setuptools/PKGBUILD12
1 files changed, 0 insertions, 12 deletions
diff --git a/extra/python-setuptools/PKGBUILD b/extra/python-setuptools/PKGBUILD
index eba890bf..5f048dbd 100644
--- a/extra/python-setuptools/PKGBUILD
+++ b/extra/python-setuptools/PKGBUILD
@@ -22,15 +22,3 @@ makedepends=(${makedepends[@]//python2-setuptools/})
depends=(${depends[@]//python-pyparsing/})
depends=(${depends[@]//python2-pyparsing/})
makedepends+=(python python2)
-
-# bootstrapping without python2 broken stuff
-source+=('setuptools-57.4.0-no-2to3.patch')
-sha512sums+=('cb9a654825dfea7f61b394d4d7e06202569efc7f8efac5527c3653c111b349ebe182b50332d41760e1585685923b7a17d8bb3e4ada48d33aebc4c2e379e2342c')
-
-eval "$(
- declare -f prepare | \
- sed '
- /cd/ a \
- patch -Np1 -i "${srcdir}"/setuptools-57.4.0-no-2to3.patch
- '
-)"