Source: dh-virtualenv
Version: 1.2.2-1.6
Severity: normal
Tags: patch upstream
Forwarded: https://github.com/spotify/dh-virtualenv/pull/311
Dear Maintainer,
dh-virtualenv passes its --setuptools and --verbose options to the builtin
venv module, which does not recognize these (only the virtualenv binary
does). See:
# apt install dh-virtualenv python3-venv
# mkdir debian
# printf 'Source: foo\n\nPackage: foo\n' >debian/control
# dh_virtualenv --python=python3 --builtin-venv --verbose
[...]
venv: error: unrecognized arguments: --verbose
These options should not be passed along, and the respective fix has
already been merged upstream, just not released. Please cherry pick
the patch.
--
Thanks,
Feri.