mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 08:25:35 +00:00
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:
parent
0c01a5e920
commit
05edde9a64
4
setup.py
4
setup.py
@ -254,9 +254,7 @@ setup(name="tahoe-lafs", # also set in __init__.py
|
||||
python_requires="<3.0",
|
||||
install_requires=install_requires,
|
||||
extras_require={
|
||||
# this pinning is temporary until an upstream issue is fixed:
|
||||
# https://github.com/mhammond/pywin32/issues/1151
|
||||
':sys_platform=="win32"': ["pypiwin32==219"],
|
||||
':sys_platform=="win32"': ["pypiwin32"],
|
||||
"test": [
|
||||
"pyflakes",
|
||||
"coverage",
|
||||
|
Loading…
x
Reference in New Issue
Block a user