Hi there, This kind of stuff should really be discussed on zope-dev, so I forwarded this here as I didn't see it. ---------- Forwarded message ---------- From: Wolfgang Schnerring <ws@gocept.com> Date: Wed, Feb 4, 2009 at 9:12 AM Subject: Re: [Checkins] SVN: zope.app.broken/trunk/setup.py zope.app.appsetup is only a test dependency To: Checkins@zope.org Cc: faassen@startifact.com * Michael Howitz <mh@gocept.com> [2009-02-03 20:20]:
Am 29.01.2009 um 14:37 schrieb Wolfgang Schnerring:
Log message for revision 95431: zope.app.appsetup is only a test dependency
Why did you move zope.app.appsetup to the test-extra? Besides in the test it is also used in configure.zcml. So I think it should be declared in the install requirements.
This is strange. You're right, unfortunately, appsetup *is* used outside of the tests. My only explanation is that grep fooled me, because I was convinced this was a proper change to make. I've reverted the change. This probably will cause zope.container to pull in the whole world again :-(, but I don't see a quick way around this, so this will need more careful investigation. Wolfgang