[jhbuild] linux: remove obsolete call to get_dependencies



commit e8f0f67e533c90d1293d6d7ac779cdd0266f44b3
Author: Frédéric Péters <fpeters 0d be>
Date:   Wed Jan 27 17:02:57 2016 +0100

    linux: remove obsolete call to get_dependencies
    
    https://bugzilla.gnome.org/show_bug.cgi?id=759647

 jhbuild/modtypes/linux.py |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/jhbuild/modtypes/linux.py b/jhbuild/modtypes/linux.py
index d5e79e1..3b1c17c 100644
--- a/jhbuild/modtypes/linux.py
+++ b/jhbuild/modtypes/linux.py
@@ -272,10 +272,9 @@ def parse_linux(node, config, uri, repositories, default_repo):
         makeargs = node.getAttribute('makeargs')
         makeargs = makeargs.replace('${prefix}', config.prefix)
 
-    dependencies, after, suggests = get_dependencies(node)[0:2]
     branch = get_branch(node, repositories, default_repo, config)
     kconfigs = get_kconfigs(node, repositories, default_repo)
 
-    return LinuxModule(id, branch, dependencies, after, suggests, kconfigs, makeargs)
+    return LinuxModule(id, branch, kconfigs, makeargs)
 
 register_module_type('linux', parse_linux)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]