]> git.ipfire.org Git - pakfire.git/commitdiff
daemon: Don't overwrite noarch
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 8 Sep 2023 14:55:14 +0000 (14:55 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 8 Sep 2023 14:58:29 +0000 (14:58 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/pakfire/daemon.py

index 9c34bc60dcb577133bc6a8e673f61114c7440efb..8412fad5ebcc9b159833e47a943893478e2e92d0 100644 (file)
@@ -256,10 +256,6 @@ class Worker(multiprocessing.Process):
                # Fetch the build architecture
                arch = self.data.get("arch")
 
-               # Use the native architecture for noarch
-               if arch == "noarch":
-                       arch = None
-
                # Fetch the package URL
                pkg = self.data.get("pkg")
                if not pkg: