On Wed, 19 Aug 2020 at 19:28, Luke Kenneth Casson Leighton <l...@lkcl.net> wrote: > > On Wed, 19 Aug 2020 at 14:48, lkcl <l...@lkcl.net> wrote: > > > > > > ValueError: Non keyword-only attributes are not allowed after a > > > keyword-only attribute. Attribute in question: Attribute(name='invoice', > > > default=NOTHING, validator=None, repr=True, cmp=True, hash=None, > > > init=True, metadata=mappingproxy({}), type=<class 'str'>, converter=None, > > > kw_only=False) > > > > This is a consequence of #968563; upgrading python3-attr should fix it. > > the normal approach to this would be to release a version of the > electrum packaging that specifically depends on that specific version > of python3-attr or above. the following to go into debian/control:
Yes, the next upload will fix this as well as some other dependency issues.