From 4c6f76d856f9787a44e308b7faf3e4ccefcb56be Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 12 May 2023 08:23:51 +0200 Subject: trying to activate the old way of python module bootstrapping --- build-support/disabled/python-pip-bootstrap/install.sh | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 build-support/disabled/python-pip-bootstrap/install.sh (limited to 'build-support/disabled/python-pip-bootstrap/install.sh') diff --git a/build-support/disabled/python-pip-bootstrap/install.sh b/build-support/disabled/python-pip-bootstrap/install.sh deleted file mode 100644 index e81432e6..00000000 --- a/build-support/disabled/python-pip-bootstrap/install.sh +++ /dev/null @@ -1,4 +0,0 @@ -post_install() { - echo "Bootstrapping python pip, setuptools and wheel.." - python /usr/bin/get-pip.py -} -- cgit v1.2.3-54-g00ecf