From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 20/27] make.sh: Re-order build of some Python modules Date: Mon, 21 Feb 2022 18:43:11 +0000 Message-ID: <20220221184318.1158749-20-michael.tremer@ipfire.org> In-Reply-To: <20220221184318.1158749-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5410759692303117805==" List-Id: --===============5410759692303117805== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Michael Tremer --- make.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make.sh b/make.sh index 60ddb04d8..a2f8cb6c3 100755 --- a/make.sh +++ b/make.sh @@ -1619,10 +1619,11 @@ buildipfire() { lfsmake2 python3-pep517 lfsmake2 python3-build lfsmake2 python3-install + lfsmake2 python3-urllib3 lfsmake2 python3-flit + lfsmake2 python3-packaging lfsmake2 python3-typing-extensions lfsmake2 python3-semantic-version - lfsmake2 python3-packaging lfsmake2 python3-setuptools-scm lfsmake2 python3-setuptools-rust lfsmake2 python3-six @@ -1633,7 +1634,6 @@ buildipfire() { lfsmake2 python3-s3transfer lfsmake2 python3-rsa lfsmake2 python3-pyasn1 - lfsmake2 python3-urllib3 lfsmake2 python3-botocore lfsmake2 python3-cffi lfsmake2 python3-cryptography -- 2.30.2 --===============5410759692303117805==--