From 9aae3ac5842f28fe8a23f2bb4096b1be98e68911 Mon Sep 17 00:00:00 2001 From: Jean Baptiste Favre Date: Wed, 21 Jun 2023 10:16:56 +0100 Subject: [PATCH] Force python3 usage, add libfakeroot-sysv to blacklist Origin: other Last-Update: 2018-09-24 Last-Update: 2018-09-24 Gbp-Pq: Name 0008-fix-python-check-unused-dependencies.patch --- tools/check-unused-dependencies | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/check-unused-dependencies b/tools/check-unused-dependencies index 2b4684b4..c78ffb43 100755 --- a/tools/check-unused-dependencies +++ b/tools/check-unused-dependencies @@ -54,7 +54,8 @@ def get_dependencies(program): 'libgcc_s.so.', 'libm.so.', # Why does Libtool call ld with -lm? 'libpthread.so.', # Because we add -lpthread to LIBS - 'librt.so.' # clang + asan pulls this in + 'librt.so.', # clang + asan pulls this in + 'libfakeroot-sysv.so' ])): continue -- 2.30.2