Changes between Version 1 and Version 2 of Ticket #2217, comment 7
- Timestamp:
- 2014-04-12T00:14:48Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2217, comment 7
v1 v2 15 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 <daira> 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 setup-time dependency of Nevow->Twisted->pyOpenSSL using pyOpenSSL >= 0.14