Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sjhbuild/depscheck.py
diff options
context:
space:
mode:
Diffstat (limited to 'sjhbuild/depscheck.py')
-rw-r--r--sjhbuild/depscheck.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/sjhbuild/depscheck.py b/sjhbuild/depscheck.py
index f55f19e..f68a31a 100644
--- a/sjhbuild/depscheck.py
+++ b/sjhbuild/depscheck.py
@@ -20,10 +20,6 @@ class cmd_depscheck(Command):
def run(self, config, options, args):
deps = sysdeps.get_packages()
- if not options.script and not deps:
- print 'Dependencies information is missing, skip sanity check.'
- return
-
missing_deps = []
for package, source in deps:
if not sysdeps.check_package(package):