python-pyzmq: Update to 16.0.2

This commit is contained in:
Alexey Pavlov
2017-06-17 13:18:19 +03:00
parent 4c7457ac11
commit 32ca92ebff
2 changed files with 19 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
--- src/py2zmq-15.2.0/setup.py 2016-07-19 16:31:03.100214900 +0100
+++ src/pyzmq-15.2.0/setup.py 2016-07-19 16:38:12.475410600 +0100
--- py2zmq-16.0.2/setup.py 2016-07-19 16:31:03.100214900 +0100
+++ pyzmq-16.0.2/setup.py 2016-07-19 16:38:12.475410600 +0100
@@ -120,7 +120,7 @@
# is this necessary?
if sys.platform.startswith('freebsd'):
@@ -34,7 +34,7 @@
- if sys.platform.startswith('win'):
+ if sys.platform.startswith('win') and 'MSYSTEM' not in os.environ:
# fetch libzmq.dll into local dir
local_dll = localpath('zmq','libzmq.dll')
local_dll = localpath('zmq', libzmq_name + '.dll')
if not zmq_prefix and not os.path.exists(local_dll):
fatal("ZMQ directory must be specified on Windows via setup.cfg or 'python setup.py configure --zmq=/path/to/zeromq2'")
try: