Skip to content

Commit

Permalink
Issue #1580: Put libzmq back into zmq directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
matysek committed Oct 13, 2015
1 parent 90d1cb2 commit e09ffcb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion PyInstaller/depend/analysis.py
Expand Up @@ -47,7 +47,6 @@
BAD_MODULE_TYPES, MODULE_TYPES_TO_TOC_DICT
from .. import HOMEPATH, configure
from ..utils.hooks import collect_submodules, is_package
from .utils import is_real_extension_module

logger = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion PyInstaller/hooks/hook-zmq.py
Expand Up @@ -21,7 +21,7 @@
# extension-modules TOC so zmq/__init__.py can load it at runtime.
# PyZMQ is able to load 'libzmq' and 'libsodium' even from sys._MEIPASS.
# So they could be with other .dlls.
binaries = collect_dynamic_libs('zmq', destdir='.')
binaries = collect_dynamic_libs('zmq')

# If PyZMQ pvorides its own copy of libzmq and libsodium, these libs look like
# C extensions. Excluding these modules ensures that those dlls are not bundled
Expand Down

0 comments on commit e09ffcb

Please sign in to comment.