[tahoe-lafs-trac-stream] [Tahoe-LAFS] #2763: pypiwin32 not picked up in Windows wheel install
Tahoe-LAFS
trac at tahoe-lafs.org
Sat Dec 24 22:57:33 UTC 2016
#2763: pypiwin32 not picked up in Windows wheel install
---------------------------+----------------------
Reporter: crd | Owner: warner
Type: defect | Status: assigned
Priority: major | Milestone: 1.13.0
Component: packaging | Version: 1.11.0
Resolution: | Keywords:
Launchpad Bug: |
---------------------------+----------------------
Changes (by warner):
* milestone: soon => 1.13.0
Comment:
The right fix is to use a platform-specific "extra", with a `setup.py`
syntax like:
{{{
extras_require={
':sys_platform=="win32"': ["pypiwin32"],
}}}
--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2763#comment:4>
Tahoe-LAFS <https://Tahoe-LAFS.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list