]> git.ipfire.org Git - pakfire.git/commitdiff
builder: Do not try to install pakfire-builder inside chroot
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 10 Jan 2021 16:41:13 +0000 (16:41 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 10 Jan 2021 16:41:13 +0000 (16:41 +0000)
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 <michael.tremer@ipfire.org>
src/pakfire/builder.py

index 2f3e41ed97163dfb1c406bf8a51655a21df94b09..3c03a6b370e52844d862deb22022c0fdaf08b4cb 100644 (file)
@@ -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