Changes between Version 3 and Version 4 of Ticket #2193, comment 28
- Timestamp:
- 2014-04-15T02:11:46Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2193, comment 28
v3 v4 7 7 * From Tahoe's `setup.py`, attempt "`from OpenSSL import SSL`". 8 8 * If that succeeds and passes version sanity checks (including checks on the linked OpenSSL version for #2215), then use the requirement `pyOpenSSL == $WHATEVER_VERSION_WAS_IMPORTED`. 9 * If that does not succeed or does not pass version san ty checks, then use the requirement `pyOpenSSL == 0.13` (or `== 0.13.1` if we decide to do the OpenSSL version check that way).9 * If that does not succeed or does not pass version sanity checks, then use the requirement `pyOpenSSL == 0.13` (or `== 0.13.1` if we decide to do the OpenSSL version check that way). 10 10 11 11 That would implement the following: