From ae1780d9136d30b46f8aa077e3234b0829fd99ae Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 16 Nov 2019 20:37:33 +0100 Subject: build-support: renamed extra->disabled, added python-pip-bootstrap --- build-support/disabled/python-pip-bootstrap/install2.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 build-support/disabled/python-pip-bootstrap/install2.sh (limited to 'build-support/disabled/python-pip-bootstrap/install2.sh') diff --git a/build-support/disabled/python-pip-bootstrap/install2.sh b/build-support/disabled/python-pip-bootstrap/install2.sh new file mode 100644 index 00000000..b6aa16fa --- /dev/null +++ b/build-support/disabled/python-pip-bootstrap/install2.sh @@ -0,0 +1,4 @@ +post_install() { + echo "Bootstrapping python2 pip, setuptools and wheel.." + python2 /usr/bin/get-pip2.py +} -- cgit v1.2.3-54-g00ecf