#1085543 distcc: Python SyntaxWarning

#1085543#5
Date:
2024-10-20 16:38:21 UTC
From:
To:
Hi Maintainer

The SyntaxWarning below were emitted when this package was tested with
pipuarts[1].

Regards
Graham


[1] https://piuparts.debian.org/sid/source/d/distcc.html


  Setting up distcc-pump (3.4+really3.4-9) ...
  /usr/lib/python3/dist-packages/include_server/parse_command.py:126:
SyntaxWarning: invalid escape sequence '\.'
    '-Wa,(%s\.s)' % PATH_EXPR:     lambda ps, m:
ps.include_files.append(m.group(1)),
  /usr/lib/python3/dist-packages/include_server/parse_command.py:127:
SyntaxWarning: invalid escape sequence '\['
    '-Wa,\[(%s\.s)\]' % PATH_EXPR: lambda ps, m:
ps.include_files.append(m.group(1)),