Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: 1.7.1/Makefile
===================================================================
--- 1.7.1/Makefile	(revision 447)
+++ 1.7.1/Makefile	(revision 448)
@@ -60,7 +60,7 @@
 
 SOURCE_REQUIRES    = sources/packages/l/libnvme
 
-REQUIRES           = dev/python3/3.10.8
+REQUIRES           = dev/python3/3.12.9
 REQUIRES          += app/dbus/1.13.18
 REQUIRES          += libs/keyutils/1.6.3
 REQUIRES          += libs/json-c/0.15
@@ -199,7 +199,7 @@
 extra_configure_switches += -Dkeyutils=enabled
 
 
-PYTHON3_VERSION = 3.10
+PYTHON3_VERSION = 3.12
 
 python_environment  = PYTHON=$(PYTHON3)
 python_environment += PYTHONPATH='$(TARGET_DEST_DIR)/usr/lib$(LIBSUFFIX)/gobject-introspection:$(TARGET_DEST_DIR)/usr/lib$(LIBSUFFIX)/python$(PYTHON3_VERSION)/lib-dynload'