summaryrefslogtreecommitdiff
path: root/bundler
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2014-12-19 14:42:18 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2014-12-19 14:42:18 -0300
commit12e276bc30e1df0fccd3d0410159ef8f00ce87d1 (patch)
tree72975e7e1d576ee50e933dbf672e1fcd7c04aa23 /bundler
parenta7a12a09d9461fe43cd2ce8626f73ea9fbb9e962 (diff)
Add 'daemon' as a dependency.
This is used with subprocess and not reached by any import, that's why we need to set it explicitly.
Diffstat (limited to 'bundler')
-rw-r--r--bundler/depcollector.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundler/depcollector.py b/bundler/depcollector.py
index 848a37a..0315b3f 100644
--- a/bundler/depcollector.py
+++ b/bundler/depcollector.py
@@ -36,6 +36,7 @@ def collect_deps(root, dest_lib_dir, path_file):
mg.import_hook("zope.proxy")
mg.import_hook("tuf")
mg.import_hook("timeit")
+ mg.import_hook("daemon") # for leap/bitmask/util/polkit_agent.py
mg.run_script(root)
packages = [mg.findNode(i) for i in ["leap.common", "leap.keymanager", "leap.mail", "leap.soledad.client", "leap.soledad.common", "jsonschema"]]