Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/build-support/disabled/python-pip-bootstrap/install.sh
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-05-12 08:23:51 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-05-12 08:23:51 +0200
commit4c6f76d856f9787a44e308b7faf3e4ccefcb56be (patch)
tree4b797694e7859336f5969b20c625c6f6609dfadb /build-support/disabled/python-pip-bootstrap/install.sh
parent68a426c2e000489c6ba151ca9af6f0132a1358e3 (diff)
trying to activate the old way of python module bootstrapping
Diffstat (limited to 'build-support/disabled/python-pip-bootstrap/install.sh')
-rw-r--r--build-support/disabled/python-pip-bootstrap/install.sh4
1 files changed, 0 insertions, 4 deletions
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
-}