From: Michael Tremer Date: Sat, 30 Jul 2011 21:30:25 +0000 (+0200) Subject: Fix missing installation of dependency packages for source packages. X-Git-Tag: 0.9.5~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8e2de0b722d8cd22f639609d08b3332b8d6f5b01;p=pakfire.git Fix missing installation of dependency packages for source packages. --- diff --git a/pakfire/packages/base.py b/pakfire/packages/base.py index a068831a5..a02cbb249 100644 --- a/pakfire/packages/base.py +++ b/pakfire/packages/base.py @@ -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: