Changes between Version 1 and Version 2 of Ticket #2221
- Timestamp:
- 2014-04-15T01:13:47Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2221 – Description
v1 v2 1 1 For Tahoe-LAFS 1.11 we decided to fix the pyOpenSSL version requirement to == 0.13, in order to mitigate problems with building the `cryptography` library that is a dependency of pyOpenSSL >= 0.14 (see #2193 for details). 2 2 3 This ticket is for a longer-term solution to allow use of pyOpenSSL >= 0.14 without causing build/install regressions (such as #2217 ).3 This ticket is for a longer-term solution to allow use of pyOpenSSL >= 0.14 without causing build/install regressions (such as #2217, or the requirement to manually install `libffi` on non-Windows platforms).