Changes between Version 1 and Version 2 of Ticket #2066, comment 8


Ignore:
Timestamp:
2015-01-15T00:44:11Z (10 years ago)
Author:
daira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2066, comment 8

    v1 v2  
    1 Despite the release of Nevow 0.11.1, the "line in question" ([source:setup.py#L131) still exists. This is because, very annoyingly, Nevow 0.11.1 declared a dependency on Twisted >= 13.0.0 (#2291), which we can't use on Windows because of #2028. This situation is likely to persist until we are able to depend on a version of Twisted that fixes [https://twistedmatrix.com/trac/ticket/6032].
     1Despite the release of Nevow 0.11.1, the "line in question" ([source:setup.py#L131]) still exists. This is because, very annoyingly, Nevow 0.11.1 declared a dependency on Twisted >= 13.0.0 (#2291), which we can't use on Windows because of #2028. This situation is likely to persist until we are able to depend on a version of Twisted that fixes [https://twistedmatrix.com/trac/ticket/6032].
    22
    33We *could* use the hack in [source:setup.py#L131] only on Windows. I don't like this solution because it increases the divergence in build behaviour between Windows and other platforms even further.