From b4e3824a4a4be16ade83a68d0de85afa7f4bb7f4 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Mon, 4 Oct 2021 22:32:56 -0700 Subject: [PATCH] d/control: Allow building with python interpreter of any arch python3-all:any means that python3 interpreter of any architecture could be used to build the package. python3-all means that same architecture as the build process would be needed. This is a stricter restriction and is unnecessary for the case of freedombox package. See discussion in: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=995498 Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index c8e755e6c..4f0deb1b1 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Build-Depends: e2fsprogs, gir1.2-nm-1.0, libjs-bootstrap4, - python3-all, + python3-all:any, python3-apt, python3-augeas, python3-bootstrapform,