]> git.ipfire.org Git - pakfire.git/commitdiff
Fix missing installation of dependency packages for source packages.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 30 Jul 2011 21:30:25 +0000 (23:30 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 30 Jul 2011 21:30:25 +0000 (23:30 +0200)
pakfire/packages/base.py

index a068831a51860f0ab71b4520df04d44f3117efae..a02cbb24968d64251315c9b149e7384499d43956 100644 (file)
@@ -328,10 +328,6 @@ class Package(object):
                # The default attributes, that are process for the requires.
                attrs = ("PKG_REQUIRES", "PKG_DEPS")
 
-               # Source packages do depend on their build dependencies.
-               if self.arch == "src":
-                       attrs = ("PKG_BUILD_DEPS",)
-
                for i in attrs:
                        ret = self.metadata.get(i, ret)
                        if ret: