From bc0385f1158a2790ec155ddcaaaee81816a20a3d Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 12 May 2023 20:02:25 +0200 Subject: moved python-pip-bootstrap from disabled (could be handy) --- build-support/python-pip-bootstrap/install.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 build-support/python-pip-bootstrap/install.sh (limited to 'build-support/python-pip-bootstrap/install.sh') diff --git a/build-support/python-pip-bootstrap/install.sh b/build-support/python-pip-bootstrap/install.sh new file mode 100644 index 00000000..e81432e6 --- /dev/null +++ b/build-support/python-pip-bootstrap/install.sh @@ -0,0 +1,4 @@ +post_install() { + echo "Bootstrapping python pip, setuptools and wheel.." + python /usr/bin/get-pip.py +} -- cgit v1.2.3-54-g00ecf