Package: python-pypdf Version: 1.12-3 Tags: patch In /usr/share/pyshared/pyPdf/pdf.py line 52 from sets import ImmutableSet gives a warning: __main__:1: DeprecationWarning: the sets module is deprecated I'm not sure, but probably replacing the line with ImmutableSet = frozenset is OK.