Add source.buildtimeDependencies method for consistency with package.runtimeDependencies

BUG:FIXED:3854
This commit is contained in:
Faik Uygur
2009-04-15 09:04:19 +00:00
parent 328b2cac20
commit d2ff410242
+3
View File
@@ -176,6 +176,9 @@ class Source:
t_Release = [ autoxml.String, autoxml.optional]
t_SourceURI = [ autoxml.String, autoxml.optional ] # used in index
def buildtimeDependencies(self):
return self.buildDependencies
class Package:
t_Name = [ autoxml.String, autoxml.mandatory ]