[jhbuild/external-deps] Fix stupid typo



commit c85562707d83214ae47dfba9b04f042549732c86
Author: John Carr <john carr unrouted co uk>
Date:   Sun Jun 14 11:00:32 2009 +0100

    Fix stupid typo

 jhbuild/commands/builddeps.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/jhbuild/commands/builddeps.py b/jhbuild/commands/builddeps.py
index 5eb7873..efad0e1 100644
--- a/jhbuild/commands/builddeps.py
+++ b/jhbuild/commands/builddeps.py
@@ -62,7 +62,7 @@ class cmd_builddeps(Command):
             module = module_set.get_module(modname)
             min_version = module.get_minimum_version(all_modules)
 
-            if modname in asked_modules or (pkgs.satisfiable(module, min_version) and not pkgs.satisfied(module, min_version)):
+            if not modname in asked_modules and (pkgs.satisfiable(module, min_version) and not pkgs.satisfied(module, min_version)):
                 to_install.append(pkgs.get_pkgname(module.name))
             else:
                 for depmod in module.dependencies:



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