]> git.decadent.org.uk Git - dak.git/blobdiff - dak/show_deferred.py
show_deferred: drop workaround for old python-debian bug
[dak.git] / dak / show_deferred.py
index 809762264532ab4f47517d49e02f3f3e77af4024..2c88030c5f5a80fae91f64c11f6962d805f79c82 100755 (executable)
@@ -31,14 +31,6 @@ from daklib.gpg import SignedFile
 from daklib import utils
 from daklib.regexes import re_html_escaping, html_escaping
 
-################################################################################
-### work around bug #487902 in debian-python 0.1.10
-deb822.Changes._multivalued_fields = {
-            "files": [ "md5sum", "size", "section", "priority", "name" ],
-            "checksums-sha1": ["sha1", "size", "name"],
-            "checksums-sha256": ["sha256", "size", "name"],
-          }
-
 ################################################################################
 
 row_number = 1