From: Michael Tremer Date: Sun, 10 Jan 2021 16:41:13 +0000 (+0000) Subject: builder: Do not try to install pakfire-builder inside chroot X-Git-Tag: 0.9.28~1285^2~905 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f105eea3871e8149d1f7ed5931c1ecf8fd01e629;p=pakfire.git builder: Do not try to install pakfire-builder inside chroot This is difficult for development and apart from running a couple of scripts, we do not try to do anything else here. Therefore this functionality must go to the pakfire running outside of the build environment. Signed-off-by: Michael Tremer --- diff --git a/src/pakfire/builder.py b/src/pakfire/builder.py index 2f3e41ed9..3c03a6b37 100644 --- a/src/pakfire/builder.py +++ b/src/pakfire/builder.py @@ -491,7 +491,6 @@ class BuilderContext(object): packages = [ "@Build", - "pakfire-build >= %s" % self.pakfire.__version__, ] # If we have ccache enabled, we need to extract it