summaryrefslogtreecommitdiff
path: root/bundler/depcollector.py
diff options
context:
space:
mode:
Diffstat (limited to 'bundler/depcollector.py')
-rw-r--r--bundler/depcollector.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundler/depcollector.py b/bundler/depcollector.py
index c6bb197..d84bb43 100644
--- a/bundler/depcollector.py
+++ b/bundler/depcollector.py
@@ -46,6 +46,8 @@ def collect_deps(root, dest_lib_dir, path_file):
# this import ensures the inclusion of the 'service-identity' dependency
# since we don't import it implicitly anywhere
mg.import_hook("service_identity")
+ # this wasn't included in the bundle, there's no explicit import for it
+ mg.import_hook("pyasn1_modules")
mg.run_script(root)