/srv/irclogs.ubuntu.com/2020/02/10/#ubuntu-app-devel.txt

lemolduHi :)20:22
lemolduI try to make a package for my software and to upload it on launchpad ppa20:22
lemoldubut I have a build failure, I do not know how to solve it :(20:23
lemolduhttps://launchpadlibrarian.net/464413386/buildlog_ubuntu-bionic-amd64.studmanager_0.2.1-3_BUILDING.txt.gz20:23
tomreynthe root cause seems to be: Can't exec "pyversions": No such file or directory at /usr/share/perl5/Debian/Debhelper/Buildsystem/python_distutils.pm line 121.20:25
lemolduso I add the dependency to python-minimal as mentionned by sarnold on #ubuntu20:27
tomreynlemoldu: if this package will build with python 2.7, i gues you could20:30
lemoldumy program is written with python320:31
tomreyn$ apt depends python-minimal20:31
tomreynpython-minimal20:31
tomreyn  Depends: python2.7-minimal (>= 2.7.15~rc1-1~)20:31
tomreyn...20:31
lemoldubut I think the build (on launchpad) is made with python220:31
lemoldusame result20:34
lemolduhttps://launchpadlibrarian.net/464420968/buildlog_ubuntu-bionic-amd64.studmanager_0.2.1-4_BUILDING.txt.gz20:34
lemoldudependencies seem to not be installed20:35
tomreynright, there's no mention of pythong in the "build environment" block20:36
tomreyn*python20:36
lemolduhere is what I wrote in my control file20:38
lemolduDepends: python3-pyqt5 (>=5.10.1), python3.6 (>=3.6.9), python-minimal (>=2.7.15)20:38
tomreyni guess you can depend on both python3.6 and python-minimal(2.7) but they'll most likely not work with one another20:43
tomreynbut i'm really not qualified to guide, hope someone else can.20:43
lemolduthank you tomreyn20:44

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!