From 1eadd08bf914f8798da0f9dc9ede543f80425f6e Mon Sep 17 00:00:00 2001 From: Helmut Buchsbaum Date: Tue, 26 Apr 2022 12:45:51 +0200 Subject: [PATCH] d/control: Pin elementpath and xmlschema As required for config tools python3-xmlschema_1.9.2-1 and python3-elementpath_2.4.0-1 must be used. This might break the requirements for other packages on distributions providing and depending on more recent versions of these packages. Tracked-On: #6688 Signed-off-by: Helmut Buchsbaum --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 7879bdce1..5e9dc5f55 100644 --- a/debian/control +++ b/debian/control @@ -33,7 +33,8 @@ Build-Depends: acpica-tools (>= 20200326), python3-lxml, python3-defusedxml, - python3-xmlschema + python3-xmlschema (= 1.9.2-1), + python3-elementpath (= 2.4.0-1) Standards-Version: 4.3.0 Homepage: https://projectacrn.org/ Vcs-Browser: https://github.com/projectacrn/acrn-hypervisor