diff --git a/make/project.conf b/make/project.conf index 3b4416d4..567c3ccc 100644 --- a/make/project.conf +++ b/make/project.conf @@ -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]