project.conf: Python -> python3 on Debian

Ubuntu 22.04 (and supposedly all Debian based distros) don't have
a package called python anylonger, and use python3 instead. Using
the unversioned [requires] sections for simplicity. Note that this
might break backwards compatibility, and should be fixed as necessary.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2023-07-07 08:48:00 +00:00
commit ce7044808f

View file

@ -15,15 +15,16 @@ jw-maintainer = jan
libname = none
[pkg.requires.os]
run = python, sudo, bash, gawk
run = sudo, bash, gawk
build = make, xdg-utils, coreutils, inkscape
[pkg.requires.centos]
run = hostname
run = hostname, python
build = epel-release, pkgconfig
release = rpm-build
[pkg.requires.ubuntu]
run = python3
build = pkg-config
release = devscripts, debhelper, dput, libparse-debcontrol-perl, fakeroot, pkg-config
@ -34,12 +35,15 @@ build = realpath
build = realpath
[pkg.requires.suse]
run = python
release = rpmbuild, pkg-config, python3-base
[pkg.requires.debian]
run = python3
release = devscripts, debhelper, dput, libparse-debcontrol-perl, fakeroot, pkg-config
[pkg.requires.raspbian]
run = python3
release = devscripts, debhelper, dput, libparse-debcontrol-perl, fakeroot, pkg-config
[pkg.requires.yocto]