From 1071f4f4dc131eb1056d52fe6aca115e69ecb42d Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Thu, 2 Jul 2015 13:11:10 -0300 Subject: Add explicit import hook for needed dep. --- bundler/depcollector.py | 2 ++ 1 file changed, 2 insertions(+) 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) -- cgit v1.2.3