Radix cross Linux Build System

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

39 Commits   2 Branches   2 Tags
Index: 3pp/app/python2-modules/pip/20.3/Makefile
===================================================================
--- 3pp/app/python2-modules/pip/20.3/Makefile	(revision 26)
+++ 3pp/app/python2-modules/pip/20.3/Makefile	(revision 27)
@@ -48,7 +48,7 @@
 	 )
 	@echo -e "\n======= Install Python2 M2Crypto package =======\n"
 	@( cd $(BUILDSYSTEM)/usr/bin ; \
-	   ./pip2.7 install M2Crypto ; \
+	   ./pip2.7 install M2Crypto==0.38.0 ; \
 	 )
 	@echo -e "\n======= Setup PIP2 build-system variable =======\n"
 	@mkdir -p $(BUILDSYSTEM)/sbin && \