fix-python-check-unused-dependencies
authorJean Baptiste Favre <debian@jbfavre.org>
Fri, 2 Aug 2019 07:07:31 +0000 (08:07 +0100)
committerJean Baptiste Favre <debian@jbfavre.org>
Fri, 2 Aug 2019 07:07:31 +0000 (08:07 +0100)
Gbp-Pq: Name 0008-fix-python-check-unused-dependencies.patch

tools/check-unused-dependencies

index 431d1846df9c3c85fd200ba77c48491efb06e85c..475bdaa8f026c87114061ae0474e4dffac6c3afe 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements. See the NOTICE file distributed with
@@ -53,7 +53,8 @@ def get_dependencies(program):
                     'libdl.so.',      # Because we add -ldl to LIBS
                     'libgcc_s.so.',
                     'libm.so.',       # Why does Libtool call ld with -lm?
-                    'libpthread.so.'  # Because we add -lpthread to LIBS
+                    'libpthread.so.',  # Because we add -lpthread to LIBS
+                    'libfakeroot-sysv.so'
                 ])):
             continue