From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 07/27] make.sh: Build python3-packaging sooner Date: Mon, 21 Feb 2022 18:42:58 +0000 Message-ID: <20220221184318.1158749-7-michael.tremer@ipfire.org> In-Reply-To: <20220221184318.1158749-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8335961339390303890==" List-Id: --===============8335961339390303890== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Michael Tremer --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index 8b4e00683..11ae17ec9 100755 --- a/make.sh +++ b/make.sh @@ -1613,9 +1613,9 @@ buildipfire() { lfsmake2 python3-tomli lfsmake2 python3-typing-extensions lfsmake2 python3-semantic-version + lfsmake2 python3-packaging lfsmake2 python3-setuptools-scm lfsmake2 python3-setuptools-rust - lfsmake2 python3-packaging lfsmake2 python3-six lfsmake2 python3-dateutil lfsmake2 python3-jmespath -- 2.30.2 --===============8335961339390303890==--