Changes between Version 2 and Version 3 of Ticket #2193, comment 28
- Timestamp:
- 2014-04-15T02:11:08Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2193, comment 28
v2 v3 5 5 6 6 We ''could'' hack around this conflation by doing the following: 7 * From Tahoe's `setup.py`, attempt `from OpenSSL import SSL`.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 9 * If that does not succeed or does not pass version santy checks, then use the requirement `pyOpenSSL == 0.13` (or `== 0.13.1` if we decide to do the OpenSSL version check that way).