Source: debmutate Version: 0.52 Severity: serious Hello, building lintian-brush now fails with something like:
fixer test: no-watch-file for debian-watch-file-old-format ... Traceback (most recent call last): File "/<<PKGBUILDDIR>>/fixers/debian-watch-file-old-format.py", line 5, in <module> from debmutate.watch import WatchEditor File "/usr/lib/python3/dist-packages/debmutate/watch.py", line 22, in <module> import pcre ModuleNotFoundError: No module named 'pcre' FAIL fixer test: outdated for debian-watch-file-old-format ... Traceback (most recent call last): File "/<<PKGBUILDDIR>>/fixers/debian-watch-file-old-format.py", line 5, in <module> from debmutate.watch import WatchEditor File "/usr/lib/python3/dist-packages/debmutate/watch.py", line 22, in <module> import pcre ModuleNotFoundError: No module named 'pcre' FAIL fixer test: already-updated for debian-watch-file-old-format ... Traceback (most recent call last): File "/<<PKGBUILDDIR>>/fixers/debian-watch-file-old-format.py", line 5, in <module> from debmutate.watch import WatchEditor File "/usr/lib/python3/dist-packages/debmutate/watch.py", line 22, in <module> import pcre ModuleNotFoundError: No module named 'pcre' FAIL fixer sanity test: debian-watch-file-old-format ... ok fixer test: simple for debian-watch-uses-insecure-uri ... Traceback (most recent call last): File "/<<PKGBUILDDIR>>/fixers/debian-watch-uses-insecure-uri.py", line 12, in <module> from debmutate.watch import parse_watch_file File "/usr/lib/python3/dist-packages/debmutate/watch.py", line 22, in <module> import pcre ModuleNotFoundError: No module named 'pcre' FAIL fixer sanity test: debian-watch-uses-insecure-uri ... ok fixer test: simple for debian-watch-contains-dh_make-template ... Traceback (most recent call last): File "/<<PKGBUILDDIR>>/fixers/debian-watch-contains-dh_make-template.py", line 3, in <module> from debmutate.watch import WatchEditor File "/usr/lib/python3/dist-packages/debmutate/watch.py", line 22, in <module> import pcre ModuleNotFoundError: No module named 'pcre' FAIL I think debmutate should have a runtime dependency on pcre module? thanks for considering it Gianfranco