From 162e4b89624c74380e715ae378f1c48e1c69e6f7 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 21 Feb 2022 18:42:58 +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 8b4e00683a..11ae17ec94 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.2