From 2d0333a09a5a58c1456ff170e6ef663a242ca364 Mon Sep 17 00:00:00 2001 From: Zhang Xiao Date: Mon, 13 Feb 2023 09:29:16 +0800 Subject: [PATCH] Debian: updated circular_dep.conf for python3.9 New added package python3.9 introduced new circular dependency: systemd lvm2 lsb net-tools python3.9 dh-python openldap linux setuptools New item for them are added into circular_dep.conf to resolve the build failure. Test Plan: Pass: build-pkgs -c -a --parallel Story: 2008862 Task: 47357 Signed-off-by: Zhang Xiao Change-Id: I1fa700bf0000bd69aec963fc47a50104cc5235e9 --- build-tools/stx/circular_dep.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-tools/stx/circular_dep.conf b/build-tools/stx/circular_dep.conf index 56ddcf46..ef82d0d4 100644 --- a/build-tools/stx/circular_dep.conf +++ b/build-tools/stx/circular_dep.conf @@ -158,3 +158,6 @@ BUILD ORDER: openldap SRC SET: systemd openldap setuptools BUILD ORDER: systemd openldap setuptools + +SRC SET: systemd lvm2 lsb net-tools python3.9 dh-python openldap linux setuptools +BUILD ORDER: systemd lvm2 lsb net-tools python3.9 dh-python openldap linux setuptools