> "pyversions" is part of package "python2-minimal". Why python2-minimal if I > build a Python3 project?
"p3versions" is part of package "python3-minimal". But "/usr/share/perl5/Debian/Debhelper/Buildsystem/python_distutils.pm" calls the external script explicitly (`pyversions`) in line 124. "python_distutils.pm" should be updated for Python3 builds using "py3versions" - right? Notwithstanding, if I add "python2-minimal" package to my build dependencies the Python3 project will be built.