Hello,

On Tue, 20 Dec 2022 18:11:51 +0100 Lucas Nussbaum <lu...@debian.org> > During a rebuild of all packages in sid, your package failed to build
on amd64.

[skip]

> File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11/build/foolscap/remoteinterface.py", line 191, in initFromMethod
>     names, _, _, typeList = inspect.getargspec(method)
>                             ^^^^^^^^^^^^^^^^^^
> AttributeError: module 'inspect' has no attribute 'getargspec'

inspect.getargspec has been deprecated for some time [1] and most likely finally removed in Python 3.11. I have attempted to replace it with inspect.getfullargspec as seen somewhere else [2], but this did not work.

[1] https://docs.python.org/3/library/inspect.html
[2] https://github.com/pyinvoke/invoke/issues/833#issuecomment-1293148106

Andrius

Reply via email to