Ticket #828 (closed defect: fixed)
[S] ndg.security.common depends on zope interface
Reported by: | lawrence | Owned by: | pjkersha |
---|---|---|---|
Priority: | critical | Milestone: | PROD Step3 |
Component: | security | Version: | |
Keywords: | Cc: | domlowe |
Description
At the moment ndg.security.server depends on ndg.security.common and zope.interface, while ndg.security.common does not depend on zope.inteface (at least that's what the eggs think). However, in reality, ndg.security.common DOES depend on zope.interface, so it would be best to move the dependency from server to common, and rely on the fact that server depends on common to get zope.interface, then those who don't install server will still have a working system.
Change History
Note: See
TracTickets for help on using
tickets.