]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
newt: Update to python-3.10
authorAdolf Belka <adolf.belka@ipfire.org>
Mon, 24 Jan 2022 16:16:53 +0000 (17:16 +0100)
committerPeter Müller <peter.mueller@ipfire.org>
Fri, 11 Feb 2022 09:18:00 +0000 (09:18 +0000)
- Update of configure option in lfs
- Update of rootfile

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
config/rootfiles/common/newt
lfs/newt

index 554388aff3c6096bf872bcfb6693516c6da49569..39c90521fcd24157787907b591d0f60f863e5a7f 100644 (file)
@@ -5,8 +5,8 @@ usr/bin/whiptail
 usr/lib/libnewt.so.0.52
 usr/lib/libnewt.so.0.52.21
 #usr/lib/pkgconfig/libnewt.pc
-#usr/lib/python3.8/site-packages/_snack.so
-#usr/lib/python3.8/site-packages/snack.py
+#usr/lib/python3.10/site-packages/_snack.so
+#usr/lib/python3.10/site-packages/snack.py
 #usr/share/locale/ar
 #usr/share/locale/ar/LC_MESSAGES
 #usr/share/locale/ar/LC_MESSAGES/newt.mo
index ca24b21b2f7dcebeb0af369ceba5f74466ae7653..22bed3b20d0aa8b23573165b8fe6d79aa2b09dc0 100644 (file)
--- a/lfs/newt
+++ b/lfs/newt
@@ -74,7 +74,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                        --prefix=/usr           \
                        --without-gpm-support   \
                        --without-tcl           \
-                       --with-python=python3.8
+                       --with-python=python3.10
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)