mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-24 22:50:39 +01:00
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:
parent
62abfc4c35
commit
ce7044808f
1 changed files with 6 additions and 2 deletions
|
|
@ -15,15 +15,16 @@ jw-maintainer = jan
|
||||||
libname = none
|
libname = none
|
||||||
|
|
||||||
[pkg.requires.os]
|
[pkg.requires.os]
|
||||||
run = python, sudo, bash, gawk
|
run = sudo, bash, gawk
|
||||||
build = make, xdg-utils, coreutils, inkscape
|
build = make, xdg-utils, coreutils, inkscape
|
||||||
|
|
||||||
[pkg.requires.centos]
|
[pkg.requires.centos]
|
||||||
run = hostname
|
run = hostname, python
|
||||||
build = epel-release, pkgconfig
|
build = epel-release, pkgconfig
|
||||||
release = rpm-build
|
release = rpm-build
|
||||||
|
|
||||||
[pkg.requires.ubuntu]
|
[pkg.requires.ubuntu]
|
||||||
|
run = python3
|
||||||
build = pkg-config
|
build = pkg-config
|
||||||
release = devscripts, debhelper, dput, libparse-debcontrol-perl, fakeroot, pkg-config
|
release = devscripts, debhelper, dput, libparse-debcontrol-perl, fakeroot, pkg-config
|
||||||
|
|
||||||
|
|
@ -34,12 +35,15 @@ build = realpath
|
||||||
build = realpath
|
build = realpath
|
||||||
|
|
||||||
[pkg.requires.suse]
|
[pkg.requires.suse]
|
||||||
|
run = python
|
||||||
release = rpmbuild, pkg-config, python3-base
|
release = rpmbuild, pkg-config, python3-base
|
||||||
|
|
||||||
[pkg.requires.debian]
|
[pkg.requires.debian]
|
||||||
|
run = python3
|
||||||
release = devscripts, debhelper, dput, libparse-debcontrol-perl, fakeroot, pkg-config
|
release = devscripts, debhelper, dput, libparse-debcontrol-perl, fakeroot, pkg-config
|
||||||
|
|
||||||
[pkg.requires.raspbian]
|
[pkg.requires.raspbian]
|
||||||
|
run = python3
|
||||||
release = devscripts, debhelper, dput, libparse-debcontrol-perl, fakeroot, pkg-config
|
release = devscripts, debhelper, dput, libparse-debcontrol-perl, fakeroot, pkg-config
|
||||||
|
|
||||||
[pkg.requires.yocto]
|
[pkg.requires.yocto]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue