Index: build-system-1.11.x/3pp/app/python3-modules/pip/25.0.1/Makefile
===================================================================
--- build-system-1.11.x/3pp/app/python3-modules/pip/25.0.1/Makefile (revision 73)
+++ build-system-1.11.x/3pp/app/python3-modules/pip/25.0.1/Makefile (revision 74)
@@ -44,7 +44,7 @@
)
@echo -e "\n======= Install Python3 wheel, PLY, pygments, cryptography packages =======\n"
@( cd $(BUILDSYSTEM)/usr/bin ; \
- rm -f pip ; ln -sf pip2 pip ; \
+ rm -f pip ; ln -sf pip3 pip ; \
./pip3.12 install --upgrade wheel 2>/dev/null ; \
./pip3.12 install --upgrade ply 2>/dev/null ; \
./pip3.12 install --upgrade pygments 2>/dev/null ; \