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: app/python3-modules/pip/22.2.2/Makefile
===================================================================
--- app/python3-modules/pip/22.2.2/Makefile	(revision 23)
+++ app/python3-modules/pip/22.2.2/Makefile	(revision 24)
@@ -53,6 +53,7 @@
 	   ./pip3.10 install --upgrade cryptography 2>/dev/null ; \
 	   ./pip3.10 install --upgrade Mako         2>/dev/null ; \
 	   ./pip3.10 install --upgrade Markdown     2>/dev/null ; \
+	   ./pip3.10 install --upgrade pyelftools   2>/dev/null ; \
 	 )
 	@echo -e "\n======= Setup PIP3 build-system variable =======\n"
 	@mkdir -p $(BUILDSYSTEM)/sbin && \