Control: tags -1 + fixed-upstream upstream

Hello,

With a small tweak upstream it seems like they've made the crop.py
script (which seems to be the only reason for the python dependency of
os-autoinst) work with either python2 or python3.

See this commit which you probably want to cherry-pick:
https://github.com/os-autoinst/os-autoinst/commit/ff75ea5e0cdc94c4d62a2e4a56e621580c981140#diff-61c76c13b063607b708bd1cef63b3476

Once that's added, you should be able to switch from python to
python3 dependency and also patch the shebang of crop.py
to use "#!/usr/bin/python3" instead of
"#!/usr/bin/env python" (which on debian is python2).

Regards,
Andreas Henriksson

Reply via email to