Opened at 2011-08-10T01:02:32Z
Last modified at 2015-02-09T01:22:48Z
#1473 closed defect
zope.interface and pyasn1 dependencies have version 'unknown' — at Initial Version
Reported by: | davidsarah | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | undecided |
Component: | packaging | Version: | 1.8.2 |
Keywords: | version zope.interface pyasn1 | Cc: | |
Launchpad Bug: |
Description
In the output of tahoe --version and tahoe --version-and-path, the zope.interface and pyasn1 versions are always shown as 'unknown'. The versions of these dependencies are also not checked against the requirement. This is because these modules have no __version__ property (which should be reported as bugs against zope.interface and pyasn1).
Note that pkg_resources cannot be relied on to return correct version numbers; see 1258#comment:8.
Note: See
TracTickets for help on using
tickets.