From c3273288aca943a67c91e3284dda03113ca059cc Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 26 Jan 2022 20:08:23 +0000 Subject: [PATCH] make.sh: Build python3-packaging sooner Signed-off-by: Michael Tremer --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index c0c83f1be4..1b5fa24665 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.39.5