Bug 10104 - Followup: fix param check
[koha.git] / debian / bd-to-depends
index 747a7d1..ce8809b 100755 (executable)
@@ -5,6 +5,8 @@ import debian.deb822
 
 exclusions = [
     'debhelper',
+    'python',
+    'python-debian',
 ]
 
 exclusions = [re.compile(s) for s in exclusions]