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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2217, comment 7

    v1 v2  
    1515<daira> setup_requires += [req for req in install_requires if req.startswith('Twisted') or req.startswith('pyOpenSSL') or req.startswith('zope.interface')]
    1616
    17 <daira> 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 setup-time dependency of Nevow->Twisted->pyOpenSSL using pyOpenSSL >= 0.14