Radix cross Linux Build System

Cross-platform build system is designed to build distributions of different operating systems for a set of target devices

74 Commits   2 Branches   2 Tags
Index: 3pp/app/python2-modules/pip/20.3/Makefile
===================================================================
--- 3pp/app/python2-modules/pip/20.3/Makefile	(revision 47)
+++ 3pp/app/python2-modules/pip/20.3/Makefile	(revision 48)
@@ -46,10 +46,6 @@
 	@( cd $(BUILDSYSTEM)/usr/bin ; \
 	   rm -f pip ; ln -sf pip2 pip ; \
 	 )
-	@echo -e "\n======= Install Python2 M2Crypto package =======\n"
-	@( cd $(BUILDSYSTEM)/usr/bin ; \
-	   ./pip2.7 install M2Crypto==0.42.0 ; \
-	 )
 	@echo -e "\n======= Setup PIP2 build-system variable =======\n"
 	@mkdir -p $(BUILDSYSTEM)/sbin && \
 	  echo "PIP2               := $(BUILDSYSTEM)/usr/bin/pip2"    >> $(BUILDSYSTEM)/sbin/.config