From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 02/48] make.sh: Addition, deletion and re-orderiong of packages for Python-3.10.8 Date: Wed, 09 Nov 2022 19:56:48 +0100 Message-ID: <20221109185734.3920-2-adolf.belka@ipfire.org> In-Reply-To: <20221109185734.3920-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3928872861780720262==" List-Id: --===============3928872861780720262== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Addition of rust-iana-time-zone and removal of python3-Cython as updated py= thon3-pyfuse can be built now without Cython. - python3-toml and python3-pyproject2setuppy moved earlier as updated python3= -pyparsing no longer has setup.py file Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- make.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/make.sh b/make.sh index 58220d046..8bd5a1b90 100755 --- a/make.sh +++ b/make.sh @@ -1293,6 +1293,7 @@ buildipfire() { lfsmake2 rust-num-integer lfsmake2 rust-num_threads lfsmake2 rust-time + lfsmake2 rust-iana-time-zone lfsmake2 rust-chrono lfsmake2 rust-asn1_derive lfsmake2 rust-asn1 @@ -1525,6 +1526,8 @@ buildipfire() { lfsmake2 elinks lfsmake2 igmpproxy lfsmake2 opus + lfsmake2 python3-toml + lfsmake2 python3-pyproject2setuppy lfsmake2 python3-pyparsing lfsmake2 spice-protocol lfsmake2 spice @@ -1605,8 +1608,6 @@ buildipfire() { lfsmake2 python3-certifi lfsmake2 python3-idna lfsmake2 python3-requests - lfsmake2 python3-toml - lfsmake2 python3-pyproject2setuppy lfsmake2 python3-tomli lfsmake2 python3-pep517 lfsmake2 python3-build @@ -1642,7 +1643,6 @@ buildipfire() { lfsmake2 python3-sortedcontainers lfsmake2 python3-outcome lfsmake2 python3-async_generator - lfsmake2 python3-Cython lfsmake2 python3-trio lfsmake2 python3-pyfuse3 lfsmake2 aws-cli --=20 2.38.1 --===============3928872861780720262==--