project.conf: pkg.requires.relase.os = build-essential:native

Fix the following package build error:

$ dpkg-buildpackage -us -uc -ui dpkg-buildpackage: info: source package jw-pkg dpkg-buildpackage: info: source version 1.0.0-184 dpkg-buildpackage: info: source distribution kali-rolling dpkg-buildpackage: info: source changed by janware GmbH <jan@janware.com> dpkg-source --before-build . dpkg-buildpackage: info: host architecture amd64 dpkg-checkbuilddeps: error: unmet build dependencies: build-essential:native dpkg-buildpackage: error: build dependencies/conflicts unsatisfied; aborting dpkg-buildpackage: hint: satisfy build dependencies with your package manager frontend debuild: fatal error at line 1185: dpkg-buildpackage -us -uc -ui failed

This pulls in a lot of dependencies and should be made more specific if possible.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2026-03-14 11:09:24 +01:00
commit d97cf111da

View file

@ -39,7 +39,7 @@ release = rpmbuild, python3-base
[pkg.requires.debian]
run = python3
release = devscripts, debhelper, dput, libparse-debcontrol-perl, fakeroot
release = devscripts, debhelper, dput, libparse-debcontrol-perl, fakeroot, build-essential:native
[pkg.requires.yocto]
run = python3-core