Changes between Initial Version and Version 1 of Ticket #2217, comment 7


Ignore:
Timestamp:
2014-04-12T00:13:42Z (11 years ago)
Author:
daira
Comment:

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.
    22
    3 [00:43] <daira2> okay, in that case we need exactly pyOpenSSL==0.13
     3<daira> okay, in that case we need exactly pyOpenSSL==0.13
    44
    5 [00:44] <daira2> because the API to get the OpenSSL version [in order to fix #2215] was only added in 0.13
     5<daira> because the API to get the OpenSSL version [in order to fix #2215] was only added in 0.13
    66
    77[...]
    88
    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:
    1010
    11 [01:04] <daira1> https://tahoe-lafs.org/trac/tahoe-lafs/browser/trunk/setup.py#L134
     11<daira> https://tahoe-lafs.org/trac/tahoe-lafs/browser/trunk/setup.py#L134
    1212
    13 [01:05] <daira1> it should be:
     13<daira> it should be:
    1414
    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')]
    1616
    17 [01:08] <daira1> otherwise setuptools/distribute might attempt to satisfy the install-time dependency of Nevow->Twisted->pyOpenSSL using pyOpenSSL >= 0.14
     17<daira> otherwise setuptools/distribute might attempt to satisfy the install-time dependency of Nevow->Twisted->pyOpenSSL using pyOpenSSL >= 0.14