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 10/35] make.sh: Update of additional and removed packages for upgrade to python-3.10 Date: Fri, 28 Jan 2022 12:53:27 +0000 Message-ID: In-Reply-To: <20220124161656.71960-10-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0710712176642126330==" List-Id: --===============0710712176642126330== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Reviewed-by: Peter Müller > - Removal of python3-msgpack > - Addition of > python3-toml > python3-pyproject2setuppy > python3-tomli > python3-packaging > > Signed-off-by: Adolf Belka > --- > make.sh | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/make.sh b/make.sh > index 7568ee232..7a30018ec 100755 > --- a/make.sh > +++ b/make.sh > @@ -1508,7 +1508,11 @@ buildipfire() { > lfsmake2 wireless-regdb > lfsmake2 libsolv > lfsmake2 ddns > + lfsmake2 python3-toml > + lfsmake2 python3-pyproject2setuppy > + lfsmake2 python3-tomli > lfsmake2 python3-setuptools-scm > + lfsmake2 python3-packaging > lfsmake2 python3-six > lfsmake2 python3-dateutil > lfsmake2 python3-jmespath > @@ -1519,7 +1523,6 @@ buildipfire() { > lfsmake2 python3-pyasn1 > lfsmake2 python3-urllib3 > lfsmake2 python3-botocore > - lfsmake2 python3-msgpack > lfsmake2 aws-cli > lfsmake2 transmission > lfsmake2 mtr --===============0710712176642126330==--