Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Silbe <sascha-org-sugar-git@silbe.org>2010-02-03 16:48:32 (GMT)
committer Sascha Silbe <sascha-org-sugar-git@silbe.org>2010-02-03 16:48:32 (GMT)
commitadf62de6a3e695825b9ace3e1afef9ef2bafc86e (patch)
tree816bf09b674264eedaf7218df438c2c7f0ff3287
parent07440b10daaaac3ffa18022f470a979004123f87 (diff)
fix depscheck (broken by upstream changes)
-rw-r--r--sjhbuild/depscheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sjhbuild/depscheck.py b/sjhbuild/depscheck.py
index 4a9e01e..74c37e4 100644
--- a/sjhbuild/depscheck.py
+++ b/sjhbuild/depscheck.py
@@ -19,7 +19,7 @@ class cmd_depscheck(Command):
help=_('script friendly output')),
])
- def run(self, config, options, args):
+ def run(self, config, options, args, help=None):
deps = sysdeps.get_packages()
missing_deps = []
for package, source_ in deps: