From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH 33/35] newt: Update to python-3.10 Date: Fri, 28 Jan 2022 13:04:47 +0000 Message-ID: In-Reply-To: <20220124161656.71960-33-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0813315981772837171==" List-Id: --===============0813315981772837171== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Note to self: Ship this one as well in the Core Update featuring Python 3.10 = ... Reviewed-by: Peter M=C3=BCller > - Update of configure option in lfs > - Update of rootfile >=20 > Signed-off-by: Adolf Belka > --- > config/rootfiles/common/newt | 4 ++-- > lfs/newt | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git a/config/rootfiles/common/newt b/config/rootfiles/common/newt > index 554388aff..39c90521f 100644 > --- a/config/rootfiles/common/newt > +++ b/config/rootfiles/common/newt > @@ -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 > diff --git a/lfs/newt b/lfs/newt > index ca24b21b2..22bed3b20 100644 > --- a/lfs/newt > +++ b/lfs/newt > @@ -74,7 +74,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) > --prefix=3D/usr \ > --without-gpm-support \ > --without-tcl \ > - --with-python=3Dpython3.8 > + --with-python=3Dpython3.10 > cd $(DIR_APP) && make $(MAKETUNING) > cd $(DIR_APP) && make install > @rm -rf $(DIR_APP) --===============0813315981772837171==--