[Packaging] Fix deps for win32
- Fixed trying to install py2-ipaddress breaking on Python3. - Add wheel universal option so Py2 and Py3 wheel built.
This commit is contained in:
@ -7,7 +7,7 @@ mako
|
||||
chardet
|
||||
six
|
||||
setproctitle
|
||||
pywin32; sys.platform == 'win32'
|
||||
py2-ipaddress; sys.platform == 'win32'
|
||||
certifi; sys.platform == 'win32'
|
||||
pywin32; sys_platform == 'win32'
|
||||
py2-ipaddress; sys_platform == 'win32' and python_version == '2'
|
||||
certifi; sys_platform == 'win32'
|
||||
zope.interface>=4.4.2
|
||||
|
Reference in New Issue
Block a user