Changes between Initial Version and Version 1 of Ticket #1159, comment 8
- Timestamp:
- 2011-08-22T14:45:05Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1159, comment 8
initial v1 31 31 pkg_resources.DistributionNotFound: pyasn1>=0.0.8a 32 32 }}} 33 34 [edit by davidsarah: this test is misleading. it's not the call to {{{pkg_resources.require('allmydata-tahoe')}}} in the tac file that performs this check; the check is done as a side-effect of "{{{import pkg_resources}}}" after setting {{{__requires__}}} in the setuptools-generated support script. All explicit calls to {{{pkg_resources.require}}} for package names that were already in {{{__requires__}}} are redundant.]