Each element of vr[] in depends.py is a tuple of the major and minor versions such as (3, 2), not an integer, so this error can be avoided by modifying the line 158 as follows:
self.depend("python3 (<< %s)" % vrepr((vr[1][0], vr[1][1] + 1))) However, I'm not sure if this code produces the intended results. -- IRIE Shinsuke -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org