Fix d/p/01-recursive-properties.patch
d/p/01-recursive-properties.patch assigns a dict_keys object to namespaces but namespaces needs to be a list.
This leads to an autopkgtest failure:
File "/usr/lib/python3/dist-packages/pywebdav/lib/propfind.py",
line 268, in mk_prop_response
ns_prefix = "ns" + str(self.namespaces.index(ns)) + ":"
^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'dict_keys' object has no attribute 'index'
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com
Merge request reports
Activity
Filter activity
The problem is also visible in https://salsa.debian.org/tryton-team/pywebdav/-/jobs/3818462.
With this fixed there is still a litmus test failing.
mentioned in commit deb3a5d8
Please register or sign in to reply