projects
/
bitmask_bundler.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cb175b
)
Add explicit import hook for needed dep.
author
Ivan Alejandro
<ivanalejandro0@gmail.com>
Thu, 2 Jul 2015 16:11:10 +0000
(13:11 -0300)
committer
Ivan Alejandro
<ivanalejandro0@gmail.com>
Thu, 2 Jul 2015 16:11:10 +0000
(13:11 -0300)
bundler/depcollector.py
patch
|
blob
|
history
diff --git
a/bundler/depcollector.py
b/bundler/depcollector.py
index
c6bb197
..
d84bb43
100644
(file)
--- 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)