Changes between Initial Version and Version 1 of Ticket #2217, comment 7
- Timestamp:
- 2014-04-12T00:13:42Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Ticket #2217, comment 7
initial v1 1 [00:40]<zooko> daira: I really feel like we should require pyOpenSSL <= 0.13 until this whole CFFI thing has been more worked out.1 <zooko> daira: I really feel like we should require pyOpenSSL <= 0.13 until this whole CFFI thing has been more worked out. 2 2 3 [00:43] <daira2> okay, in that case we need exactly pyOpenSSL==0.133 <daira> okay, in that case we need exactly pyOpenSSL==0.13 4 4 5 [00:44] <daira2> because the API to get the OpenSSL version [in order to fix #2215] was only added in 0.135 <daira> because the API to get the OpenSSL version [in order to fix #2215] was only added in 0.13 6 6 7 7 [...] 8 8 9 [01:04] <daira1> note that this line will need to be changed to include pyOpenSSL:9 <daira> note that this line will need to be changed to include pyOpenSSL: 10 10 11 [01:04] <daira1> https://tahoe-lafs.org/trac/tahoe-lafs/browser/trunk/setup.py#L13411 <daira> https://tahoe-lafs.org/trac/tahoe-lafs/browser/trunk/setup.py#L134 12 12 13 [01:05] <daira1> it should be:13 <daira> it should be: 14 14 15 [01:06] <daira1> setup_requires += [req for req in install_requires if req.startswith('Twisted') or req.startswith('pyOpenSSL') or req.startswith('zope.interface')]15 <daira> setup_requires += [req for req in install_requires if req.startswith('Twisted') or req.startswith('pyOpenSSL') or req.startswith('zope.interface')] 16 16 17 [01:08] <daira1> otherwise setuptools/distribute might attempt to satisfy the install-time dependency of Nevow->Twisted->pyOpenSSL using pyOpenSSL >= 0.1417 <daira> otherwise setuptools/distribute might attempt to satisfy the install-time dependency of Nevow->Twisted->pyOpenSSL using pyOpenSSL >= 0.14