diff --git a/pisi/specfile.py b/pisi/specfile.py index ace0b1ee..a920e1b7 100644 --- a/pisi/specfile.py +++ b/pisi/specfile.py @@ -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 ]