summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2015-02-23 16:02:59 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2015-02-23 16:02:59 -0300
commit37e89ac90774ea962f6b9a8b1734cb3772cfc0e7 (patch)
treef33b284ad4565ce9a592d20a8dae8c504726da11
parentbd846889456981411412f8f32bd1dfd52f41f811 (diff)
Add manually the 'service-identity' dep.
-rw-r--r--bundler/depcollector.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/bundler/depcollector.py b/bundler/depcollector.py
index 4259c46..bb0ed5f 100644
--- a/bundler/depcollector.py
+++ b/bundler/depcollector.py
@@ -41,6 +41,11 @@ def collect_deps(root, dest_lib_dir, path_file):
mg.import_hook("tuf")
mg.import_hook("timeit")
mg.import_hook("daemon") # for leap/bitmask/util/polkit_agent.py
+
+ # this import ensures the inclusion of the 'service-identity' dependency
+ # since we don't import it implicitly anywhere
+ mg.import_hook("service_identity")
+
mg.run_script(root)
packages = [mg.findNode(i) for i in ["leap.common", "leap.keymanager",