setup.py: unpin pypiwin32, should be fixed by now

At the time we pinned this to v219, I think the v220 on PyPI was broken for
py2.7, or they'd stopped producing newer wheels for py2 but the most recent
py2-capable one was broken. The upstream bug is fixed, so I'll unpin this and
see if it works.
This commit is contained in:
Brian Warner 2018-03-30 11:46:15 -07:00
parent 0c01a5e920
commit 05edde9a64

View File

@ -254,9 +254,7 @@ setup(name="tahoe-lafs", # also set in __init__.py
python_requires="<3.0", python_requires="<3.0",
install_requires=install_requires, install_requires=install_requires,
extras_require={ extras_require={
# this pinning is temporary until an upstream issue is fixed: ':sys_platform=="win32"': ["pypiwin32"],
# https://github.com/mhammond/pywin32/issues/1151
':sys_platform=="win32"': ["pypiwin32==219"],
"test": [ "test": [
"pyflakes", "pyflakes",
"coverage", "coverage",