From c9c3c5d1b0db46ae3a88471a1d3d3c4377833ca8 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 22 Dec 2021 17:00:39 +0100 Subject: extra/python-setuptools: forcing bootstrapping here --- extra/python-setuptools/PKGBUILD | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/extra/python-setuptools/PKGBUILD b/extra/python-setuptools/PKGBUILD index e0ca72d8..f72af23f 100644 --- a/extra/python-setuptools/PKGBUILD +++ b/extra/python-setuptools/PKGBUILD @@ -22,3 +22,13 @@ eval "$( python -m ensurepip ' )" + +# force bootstrapping +eval "$( + declare -f prepare | \ + sed ' + $ i \ + python bootstrap.py + ' +)" + -- cgit v1.2.3-54-g00ecf