Package: python3-webdavclient
Version: 3.14.6-4
Severity: important
Tags: upstream
Hello.
$ wdc
Traceback (most recent call last):
File "/usr/bin/wdc", line 15, in <module>
from distutils.util import strtobool
ModuleNotFoundError: No module named 'distutils'
$ python3 -V
Python 3.13.12
distutils was removed some time ago, therefore the shipped command line
tool is rendered unusable. It's an upstream issue, I checked the latest
version via pip and it's not fixed. Note that strtobool is not used in
the library, only in "wdc" and only two times, this is easy to patch but
up to the developer. I'm not on GitHub so can't report it myself, if
nobody does consider removing the CLI tool and just package the lib.
Regards
Oliver